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

RQMURLUtility : Can we feed multiple IDs to the GET command

Hello All,

I am running the below command and can successfully get the XML format of the testscript.
But, my requirement is to feed 4 testscript IDs at one shot to the command and get one single XML output having the XML extract of the 4 testscript IDs. How do I feed it in the command please.

java -Dcom.ibm.team.repository.transport.client.protocol="TLSv1.2" -Xmx1024m -jar RQMUrlUtility.jar -command GET -user user_name -password my_password -filepath C:\Users\myfolder\test2\DownLoad_XML1 -url "https://server.host/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Test_PA+%28Quality+Management%29/testscript/urn:com.ibm.rqm:testscript:1234"

0 votes



One answer

Permanent link
Hi,

Currently with RQMURLUtility, you can either GET all the artifacts of a type or specific artifact ID.

Artifacts download --:
-command GET -user ADMIN -password ADMIN -filepath C:\\RQMUrlUtility_GET.txt
-url https://localhost:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Quality%20Manager/testscript

You can however create a script(for instance using python/bat) to perform the below:
a. Enter all the IDs on which GET has to be performed in a text file
b. Write a scripts to read and append the IDs from the text file to the command, and run the command

Hope this helps!

---
Please mark the questions answered if it helped or let me know if you have any further questions.

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
× 12

Question asked: Apr 29 '19, 10:34 a.m.

Question was seen: 2,223 times

Last updated: Apr 29 '19, 10:49 a.m.

Confirmation Cancel Confirm