Good Morning,
I apologize if it is a dumb question as I very new to this .
We have a requirements in which I have to collect data via PTC integrity tool. I am thinking of creating batch file but before I want to run command manually to make sure I am getting desire results.
I get the results by running
im issues --query='query name' <== That will give me result in the CLI window
I am just wondering if I can get the result(s) in XML. and then run the next command which is
im viewissue <id>
and get the result in xml file.
Hope I explained it properly