Convert RQM REST identifier to OSLC identifier
How can I convert a REST identifier( com.ibm.rqm.xml.bind.Testcase; Rational Quality Manager Reportable REST API) to an OSLC TestCase identifier (org.eclipse.lyo.client.oslc.resources.TestCase)?
Example:
|
Accepted answer
Hi John,
some info
this is Reportable Rest type of url
and this is the OSLC one
to get the OSLC url according to the Reportable Rest API
you can try to do a "Get" request
and the identifier attribute will contain the value of the OSLC url.
Hannes H. selected this answer as the correct answer
|
2 other answers
John,
for the details you can refer to https://jazz.net/wiki/bin/view/Main/RqmApi#oslclinks
oslclinksExperimental.
|
Hi John,
You could just send one HTTP GET request (need firstly pass the authentication and then set the http request header with OSLC-Core-Version:2.0 and Accept:application/rdf+xml) to https://jazz.net/sandbox02-qm/oslc_qm/contexts/_pv6fkFllEeKaV_p6uZjjYw/resources/com.ibm.rqm.planning.VersionedTestCase/_0eUxsXT-EeKiILFa-2lqaQ. In the response body, the entry dcterms:relation shows the other kind of identifier.
Best Regards,
Bing Dong
|
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.