It's all about the answers!

Ask a question

"testsuitelog" selection property not being returned in the "executionresult" resource using REST


Michael Haun (4921924) | asked Sep 24 '14, 5:08 p.m.
If I run something like the following:

java -jar RQMUrlUtility.jar -command GET -user <username> -password <password> -filepath /tmp/output/$filename.$nexturlnum.xml -url "https://jazzsdi05.svl.ibm.com:9446/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Swordfish QA (New)/executionresult?fields=feed/entry/content/executionresult/(identifier|testsuitelog)"

I do not get any results that contain testsuitelog even though nearly all my testcase execution results come from a testsuite execution.  The documentation here says I should be able to get testsuitelog (which I assume is the testsuite execution result ID):
https://jazz.net/wiki/bin/view/Main/RqmApi

I'm using RQM 4.0.4.  What am I missing?

One answer



permanent link
Donald Nong (14.5k414) | answered Sep 25 '14, 12:35 a.m.
I don't have any problems with such a query using either RQM 4.0.4 or RQM 5.0.1. Note that by default the result only contains 50 entries so your intended entries may not be in the first page at all. Take note of <link rel="next"> and <link rel="last"> in the result and make sure you go through all the pages by following the links. To return more entries in a single page, change the "Max Fee Entries/Page" advanced property for the "com.ibm.rqm.integration.service.internal.IntegrationService" component.

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.