Unable to fetch all the Test plans in one shot
One answer
Dev,
When you say 'we want to get all the test plans in one shot' are you referring to the 'Browse Test Plan ' view in the UI or via an REST API call
If you are in UI, you can set the 'Items per page' drop down to 'ALL'
Ara
Comments
Hi Ara,
Thanks for your reply.
I am trying to fetch the Test plan ids using the code and not from UI.
RQMConnector.RQMConnectorResponse response = connectionObj.get(url);
where get() is the customize method we are using to get the request from the RQM Server and url is the baseUrl/testplan/testplanIds.
Comments
Paul Slauenwhite
FORUM MODERATOR / JAZZ DEVELOPER Apr 15 '13, 8:49 a.m.The feed page size (
Max Feed Entries/Page
) defaults to 50. See https://jazz.net/wiki/bin/view/Main/RqmApi#Feeds.1 vote
Dev K
Apr 16 '13, 6:56 a.m.This link is really helpful. .Thank You Paul !