It's all about the answers!

Ask a question

Rational Quality Manager REST API limit on testscripts


Matthew Bennice (111) | asked Dec 17 '13, 7:23 p.m.

Hello, I'm attempting to export all of our testscripts and their execution results in order to compile a report.  Using the REST API, it appears I'm only receiving 50 of the test scripts.  When using the RQMUrlUtility. 

java -jar RQMUrlUtility.jar -command GET -user XXXX -password XXXX -context jazz -filepath testscripts.xml -url https://XXXX:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/XXXX+%28Quality+Management%29/testscript

Is there a parameter I need to set, or how can I specify that it should be pulling the next set of 50. 

Thanks

One answer



permanent link
Ara Masrof (3.2k15) | answered Dec 17 '13, 7:32 p.m.
JAZZ DEVELOPER
The default size for each page of a feed is 50 entries. 
If you exceed 50 entries then the feed will contain paging links. 

The number of entries in each page of the feed can be configured: 

1. Click the Admin (Administration) icon in the top right portion of the banner and select Jazz Team Server Home. 
2. Click Jazz Team Server - Server Administration. 
3. Click Advanced Properties. 
4. Scroll to RQM Integration Component. 
5. Change Max Feed Entries/Page to 1 - 1000.

There is some additional information in this past thread

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.