It's all about the answers!

Ask a question

Getting Artifact IDs


Keith Drummond (1677) | asked Sep 13 '10, 8:01 a.m.
I want to use RQMurlUtility to retrieve artifact ids using the GET command. Is there a way to structure the URL section of the GET command to retrieve a artifact without knowing the ID of the artifact?


Right now I have to know the ID ahead of time to get the artifact. My Get command looks like this

java -jar RQMUrlUtility.jar -command GET -user <username> -password <password> -filepath C:\temp\IDs.txt -url https://<serverName>:<port>/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project>/testscript/urn:com.ibm.rqm:testscript:2

I have to tell it exactly what testscript ID to retrieve (testscript:2). I just want it to basically iterate through the artifacts and grab all the ids in that section.

One answer



permanent link
Keith Drummond (1677) | answered Sep 13 '10, 9:29 a.m.
Found the answer to my own question, use URL:

https://<serverName>:<port>/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project>/<section>

this will grab info of all artifacts in that section which includes ID. Which can be parsed later.

I want to use RQMurlUtility to retrieve artifact ids using the GET command. Is there a way to structure the URL section of the GET command to retrieve a artifact without knowing the ID of the artifact?


Right now I have to know the ID ahead of time to get the artifact. My Get command looks like this

java -jar RQMUrlUtility.jar -command GET -user <username> -password <password> -filepath C:\temp\IDs.txt -url https://<serverName>:<port>/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<Project Name/testscript/urn:com.ibm.rqm:testscript:2

I have to tell it exactly what testscript ID to retrieve (testscript:2). I just want it to basically iterate through the artifacts and grab all the ids in that section.

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.