Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi,
I need to generate report to show previous releases between 2 releases. And those 2 releases needs to passed as arguments using CLI.
Could you please help me how should I pass arguments using CLI and generate previous releases based on the arguemnts.
Thanks,
Gajanan
Gajanan,
What exactly are you looking for in this report? When you say a release, that suggests to me that you are talking about Source artifacts. Do you mean a different between two checkpoints?
Regards,
Kael
Thanks for your reply....
What exactly I want is to get report between two user inputs. How can we pass parameters/user input in report.
How to create report using CLI.
You might want to look at the Integrity 10.5 Workflows and CLI Reference, page 142: the im runreport command. You probably want --issues or --issues2. Based on what you have described, it seems like that might do what you are looking for.