It's all about the answers!

Ask a question

How to access test cases from different components through REST apis


Santhosh B K (132) | asked Jul 19 '19, 10:57 a.m.
Unable to access some test cases through REST apis (different components)

Component 'A' : Test case ID 1
Component 'B' : Test case ID 2


How to get complete list of test cases irrespective of components ?



Accepted answer


permanent link
Chad Meadows (31) | answered Aug 16 '19, 9:35 a.m.
JAZZ DEVELOPER
You will need to add a parameter to the request to indicate what is the stream UUID for the component.
oslc_config.context=<stream UUID>

You can use this URI to get a list of streams with components
{{host}}{{context}}/service/com.ibm.rqm.integration.service.IIntegrationService/resources/{{project}}/stream


Santhosh B K selected this answer as the correct answer

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.