RQM 2.0 - RQM URL Utility limits download to 50 test scripts. Convert testscript xml to CSV
The RQM URL utliity is only downloading maximum of 50 test scripts :
https://{server}jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/PALM+EXPO/testscript?abbreviate=false.
The testscript xml does not get converted correctly into excel using XML Data source. Many expected results are truncated.
we will not be upgrading to a new version and organization is migrating to Rally and we need to export all test scripts to Rally.
|
One answer
Take a look at the following setting
REST API WIKI
Max Feed Entries/Page
: (range: 1 - 512, default: 50) The size of a feed page is variable. When a feed spans multiple pages, a link to the next page is provided in the current page (see ATOM paging specification
). Note, a feed page size more than the maximum of 512 is rounded down to 512.
The following screen shot is from 6.0.2 |
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.
Comments
Any help will be greatly appreciated