How do I get the xml for executionresult ?
2 answers
You can use the Firefox/Chrome plugin Poster, or download RQMUrlUtility (a tool to trigger GET, PUT, POST operation on RQM data via REST API) from Jazz
The URL to GET a specific execution result is:
https://<host>:<port>/<contextRoot>/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectAlias>/executionresult/<id>
(please refer to RQM REST API wiki page https://jazz.net/wiki/bin/view/Main/RqmApi for more info)
The URL to GET a specific execution result is:
https://<host>:<port>/<contextRoot>/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectAlias>/executionresult/<id>
(please refer to RQM REST API wiki page https://jazz.net/wiki/bin/view/Main/RqmApi for more info)