Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Simple Example for RQM through OSLC

Hello,
I need to check whether Test Suite ID exists or not through OSLC. Is it possible?
If yes, how to do it?
Please suggest me a simple example

Regards
Chandan

0 votes



One answer

Permanent link
Since the RQM REST API does not support filtering on any of the ID related fields, you are out of luck here with the field filtering. You may have to construct the resource URI to the test suite directly based on the ID. If you can GET this resource (with an HTTP 200 OK response), the test suite exists. If you get an HTTP 404 (Not Found) instead, the test suite does not exist.
If the test suite is imported from Excel or Word, it should have an external ID, then the resource URI is
https://clm/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project>/<external ID>
Otherwise, the URI is
https://clm/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project>/testsuite/urn:com.ibm.rqm:testsuite:<ID>

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 1,700
× 1,220

Question asked: Apr 23 '15, 11:04 p.m.

Question was seen: 4,442 times

Last updated: Apr 24 '15, 3:21 a.m.

Confirmation Cancel Confirm