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

Accepted answer

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