Exporting testscripts from RQM
Hi all,
I am using RQM 3.0.1.I tried exporting testscripts from RQM using RQMUrlUtility.jar by running the appropriate "GET" command from the command prompt, which would generate an xml file containing the details of testscripts.There were 182 testscripts in RQM.But to my surprise, the xml had only 50 entries, which means only 50 of the 182 testscripts were exported.Do we have this limit while exporting assets from RQM? Thanks. |
3 answers
|
any idea on this pls????? What URL are you requesting? What is the XML being returned? I am guessing that you are looking at a paginated feed, and that your server is set to return 50 results per page. Look at the bottom of the XML -- is there a "next" link? If yes, do a GET on that URL to get the next page of results. Cheers, Patrick |
Patrick is correct. You are seeing the first 50 results in your paged feed. You can:
-Increase the Max Feed Entries/Page (under com.ibm.rqm.integration.service.internal.IntegrationService) in Advanced Properties (http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0m1/topic/com.ibm.jazz.repository.web.admin.doc/topics/tconfigproperties.html). and/or -Request the subsequent pages from the feed. For more information, see https://jazz.net/wiki/bin/view/Main/RqmApi#Feeds. |
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.