Export RQM test case execution record to csv format file via command line?
Feng Hong (24●1●8●14)
| asked Apr 01 '15, 2:12 a.m.
edited Apr 01 '15, 6:41 p.m. by David Walker (226●4)
We attempted to find a way to export RQM test case execution record to a csv format file via command line. We know we can export it through 'Download as Spreadsheet (.csv)' on Web browser.
Is there any way to do this via the command line, such as use REST API? |
Accepted answer
Hi Feng,
Using REST APIs, you can get the artifact details in the form of xml. You can parse this xml and create a csv as per your requirement. Refer below link for more details https://jazz.net/wiki/bin/view/Main/RqmApi RQMAPI Utility is a java based open source utility. You can download that and refer the code as starting point for using REST APIs Feng Hong selected this answer as the correct answer
Comments Link for downloading RQMAPIUtility is
|
One other answer
Hi Reshma,
Thank you so much for your prompt response and advise. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.