It's all about the answers!

Ask a question

Export RQM test case execution record to csv format file via command line?


Feng Hong (241814) | asked Apr 01 '15, 2:12 a.m.
edited Apr 01 '15, 6:41 p.m. by David Walker (2264)
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


permanent link
Reshma Ratnani (1.1k1) | answered Apr 01 '15, 4:10 a.m.
JAZZ DEVELOPER
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
Reshma Ratnani commented Apr 01 '15, 4:10 a.m.
JAZZ DEVELOPER

Link for downloading RQMAPIUtility is

https://jazz.net/wiki/bin/view/Main/RqmApi#RQM_API_Utility

One other answer



permanent link
Feng Hong (241814) | answered Apr 01 '15, 10:56 p.m.
Hi Reshma,

Thank you so much for your prompt response and advise.


Your answer


Register or to post 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.