It's all about the answers!

Ask a question

How to download build record from RQM filtering by title ?


Haris ahamadh (131) | asked May 29 '19, 2:12 a.m.
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'.
 

Accepted answer


permanent link
Elohim Arranaga (2311) | answered Jun 19 '19, 10:58 a.m.
JAZZ DEVELOPER

 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

Your answer


Register or to post your answer.