How to get test cases with different components in same project area in QM using Rest API
Hi Team,
I am trying to fetch the testcases/testresults data from RQM using the Restful API. But I can get the data only for one particular component. I cannot get data from the other components in the project area. The project is GC enabled and when I hit the API like
https://servername/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/_jf-pwJWOEeyti6WNFRr-Iw/testcase
Its only giving data from default component and not from other component in same project area.
is there any way to get data from multiple components in the same project areas.
https://servername/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/_jf-pwJWOEeyti6WNFRr-Iw/testcase
Its only giving data from default component and not from other component in same project area.
is there any way to get data from multiple components in the same project areas.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Feb 02 '23, 7:19 a.m.Please follow this exact same question: https://jazz.net/forum/questions/282891/how-to-fetch-the-rqm-test-data-from-multiple-components-using-oslc-api
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Feb 02 '23, 7:22 a.m.For the Reportable REST API follow https://jazz.net/wiki/bin/view/Main/RqmApi and provide the required headers for configuration aware project areas.
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Feb 02 '23, 8:07 a.m.Also, please note, the APIs will not allow you to get the data for multiple components in one call.