How to get a list of test plans in which a test case is used?
I would like to get a list of test plans in which a test case is used.
The following call only works if a test case is referenced in only one test plan. No result if a test case is referenced in more than one test plan.
https://[server:port]/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/[<contextRoot>]/testplan?fields=feed/entry/content/testplan/(title|description|testcase[@href='https://[server:port]/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/[<contextRoot>]/testcase/urn:com.ibm.rqm:testcase:<testcase id>'])
Thank you in advance for your suggestions and sample codes.