API to fetch test artifact added to a task in RTC
Dear Team,
I have added a RQM test case as "Related Test Case" in link option for a rtc task.
I'm getting the below link when trying to access the test artifact using rtc jars.
When I hit this URL in a tab, I get the RQM test artifact properly.
But I would like to have the API to fetch the corresponding artifact.
Please help me find the REST API to fetch to the artifact?
|
One answer
Ralph Schoon (63.4k●3●36●46)
| answered Aug 05 '19, 8:43 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER You will have to use the OSLC QM API for that.
You could use the RTC internal REST Client (see https://rsjazz.wordpress.com/2019/03/07/registering-custom-resource-intensive-scenarios-to-clm-applications/ especially see https://github.com/jazz-community/custom-expensive-scenario-notifier-plainjava ) from the RTC Plain Java Client Libraries. Better would be to use an Eclipse Lyo based API against RQM.
Comments Thanks for your response.
I have only got the information from this url :
" https://servername/qm/oslc_qm/contexts/_xv6jsJceEeimPqnRT_G_Q/resources/com.ibm.rqm.planning.VersionedTestCase/_VgZIQS3fEemMnbB5NbqeA "
How do I find the stream uuid from this url ?
So from this or the details i have from the url, I need to form the rqm REST api url to fetch test artifacts. Can you please help me with the APIs ?
Ralph Schoon
commented Aug 05 '19, 10:08 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Sorry, but you will have to work om this on your own. Here some hints:
|
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.