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

How to download build record from RQM filtering by title ?

Hi Im trying to download a buildrecord.xml from RQM.  Im using below command,

"java -jar RQMUrlUtility.jar -command GET -user %UserName% -password %Password% -filepath Download_BuildRecord.xml -url %Server_Name%/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/%ProjectArea%/buildrecord?fields=feed/entry/content/buildrecord%%5Btitle=%%22%Title%%%22%%5D/webId/" after replacing keyword 'Title' with title of the build record, but im getting 'HTTP bad request error'.
 

0 votes


Accepted answer

Permanent link

 Hi Haris. 


I tried the same request as you and it worked fine, the only difference is that I didn't url encode the characters in the request and second, I changed "/webId" for "/description" as described in https://jazz.net/wiki/bin/view/Main/RqmApi#FieldsExamples

This is the request I used for reference: 


qmuser=  username
qmpassword = password
localhost = server
Quality+Manager = Project area "Quality Manager"
MyBuildRecord = Title. 

Hope this helps. 

Haris ahamadh 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
× 12,019

Question asked: May 29 '19, 2:12 a.m.

Question was seen: 1,531 times

Last updated: Jun 19 '19, 10:58 a.m.

Confirmation Cancel Confirm