How to traverse each page and get the test case id and Test plan title using RQM REST API.
Hi ,
I am using below url to get testplan title as well as testcase ids.Its working fine and giving only first page information(testcase id as well as testplan title) .How can i get all the pages entries.
https://URL:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/project_alias/testplan?fields=feed/entry/content/testplan/(*|testcase[@href='https://URL:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/project_alias/testcase/urn:com.ibm.rqm:testcase:X'])
Many thanks in advance,
Regards,
Dev Kashyap.
|
One answer
I not entirely clear if your issue is with the test plan properties returned or the number of test plans returned.
Requesting this URL should return all test plans (all properties) referencing test case urn:com.ibm.rqm:testcase:X. Note, the response may be paged and the number of entries per page is configurable (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.