It's all about the answers!

Ask a question

how to use RQM REST API or OSLC to get Test Case Execution Record links related to a specific Test case


0
1
Hanamant Chougala (154) | asked Apr 08 '20, 7:18 a.m.
edited Apr 08 '20, 7:19 a.m.

how to use RQM REST API or OSLC to get Test Case Execution Record links related to a specific Test case?

For one of the servers I m getting the response but not from all the servers where RQM is running. Is there any configuration to be changed ? Could you please help me out.

Thanks in Advance

Accepted answer


permanent link
Subramanya Prasad Pilar (4.6k16) | answered Apr 14 '20, 2:09 p.m.
The following URL will return all Test Case Execution Records:

https://<server>:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/JKE Banking (Quality Management)/executionworkitem

You can filter by testcase/href like below:

https://<server>:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/JKE Banking (Quality Management)/executionworkitem?fields=feed/entry/content/executionworkitem/(*|testcase[@href="https://<server>:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/JKE Banking (Quality Management)/testcase/urn:com.ibm.rqm:testcase:1"])

Hanamant Chougala selected this answer as the correct answer

One other answer



permanent link
abhishek gour (3812) | answered Apr 13 '20, 1:03 p.m.

Hi,

Please refer to following question and provided response on jazz.net forum -


Thanks,
Abhishek

Your answer


Register or to post 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.