How to fetch the unique backend ID for each artifacts in RQM? For RTC, we can get unique backend ID for each work item in its creation web page URL. But for RQM, where can we find the backend ID for each artifacts(Testcase, test suite, etc)?
How to fetch the unique backend ID for each artifacts in RQM? For RTC, we can get unique backend ID for each work item in its creation web page URL. But for RQM, where can we find the backend ID for each artifacts(Testcase, test suite, etc)? |
One answer
Hi Saravanakumar,
If the intent is to only get the IDs of the Test Cases from the project area, you could use theĀ RQM Reportable Rest API
Here is a sample URL that can be used to get the IDs of all the Test Cases from a project area in RQM
https://<clm hostname>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/IND%20Banking%20(Quality%20Management)/testcase
The URL format is..
With this you will get an XML which must be parsed to get the IDs of all the Test Cases.
For more details on APIs, you can referĀ https://sleroyblog.wordpress.com/2013/04/09/querying-rqm-40-through-oslc-and-rest-api/
Hope it helps!
If you have any specific use-case, feel free to share to assist better.
Best Regards,
Bharath
----
Please mark the question as answered / like if it helped
|
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.