Export RQM test case execution record to csv format file via command line?
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
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
Comments
Link for downloading RQMAPIUtility is
https://jazz.net/wiki/bin/view/Main/RqmApi#RQM_API_Utility