URL for Executionworkitem that is linked to a specific Test Plan and Test Case
I use RQM Reportable REST API. The basic syntax for an URL is like this:
<protocol>://<server>:<port>/<context>/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project-alias>/<resource-type>?<parameter>
Example:
https://jazz.net/sandbox01-qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/MyProject/executionworkitem
Which URL do I need in order to get an executionworkitem that is linked with a specific test plan and a specific test case?
<protocol>://<server>:<port>/<context>/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project-alias>/<resource-type>?<parameter>
Example:
https://jazz.net/sandbox01-qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/MyProject/executionworkitem
Which URL do I need in order to get an executionworkitem that is linked with a specific test plan and a specific test case?