It's all about the answers!

Ask a question

How to get the links to requirements in test case XML using RQMURLUtility


Bharath Rao (915135) | asked Jul 06 '19, 9:54 a.m.
We are using the RQMURLUtility to get the XML of test case from RQM. However, in the XML content there is no RM artifact link.

How do we get the RM artifact link in the XML of test case using the utility ?

Accepted answer


permanent link
Bharath Rao (915135) | answered Jul 06 '19, 9:56 a.m.
edited Apr 12 '22, 8:39 a.m.

To get the links of the related artifacts in the XML of the test artifacts, you should use the calmlinks parameter in the URL like below:
java -jar RQMUrlUtility.jar -command GET -user <username> -password <password> -filepath 
C:\DownLoad_XML.txt -url
https://<HOST>:<PORT>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<Alias of the QM project area>/testcase/urn:com.ibm.rqm:testcase:<ID>?calmlinks=true
Reference:
https://jazz.net/wiki/bin/view/Main/RqmApi#calmlinks

Ralph Schoon selected this answer as the correct answer

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.