"testsuitelog" selection property not being returned in the "executionresult" resource using REST
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?
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
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.