Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

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 ?

0 votes


Accepted answer

Permanent link

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

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938
× 479

Question asked: Jul 06 '19, 9:54 a.m.

Question was seen: 2,889 times

Last updated: Apr 12 '22, 8:39 a.m.

Confirmation Cancel Confirm