It's all about the answers!

Ask a question

Retrieve resource details via OSLC adaptor in RQM


Sajitha Yousuf (25611) | asked Aug 25 '15, 3:30 a.m.
In Bugzilla sample to link the bug details in RTC there is a work item created and using links tab - selection dialog bug detail is provided and in turn the OSLC adaptor fetch the bug information and it is associated with the work item in RTC.

In same way how it could be done in RQM via OSLC adaptor developed for  a custom tool?

In RQM i have to show the request details of a custom test execution tool by giving the request id as input. It should call the OSLC adaptor of the custom tool and fetch the request details from it.

 

2 answers



permanent link
Paul Slauenwhite (8.4k12) | answered Sep 03 '15, 10:17 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
I would suggest using Eclipse Lyo, including the SDK, reference implementation, and samples:

Project web site: http://eclipse.org/lyo
OSLC SDK: http://wiki.eclipse.org/Lyo/LyoOSLC4J
OSLC reference implementation: http://wiki.eclipse.org/Lyo/BuildingOSLC4J

In addition, see the RQM Test Automation Adapter API Reference (see https://jazz.net/wiki/bin/view/Main/RQMTestAutomationAdapterAPI).

Can you provide more details about the custom test execution tool and it's integration with RQM?


Comments
Sajitha Yousuf commented Sep 07 '15, 6:58 a.m.

I have developed OSLC provider based on the samples. Now i need to initiate request from RQM  to get the details from adapter. I would like to know how to initiate the linkage from RQM and get the requested artifact details from adapter?




Sajitha Yousuf commented Sep 07 '15, 7:01 a.m.

I have added the adapter as a friend to RQM. How to initiate a request from RQM to get the artifact details?


Donald Nong commented Sep 07 '15, 7:48 p.m.

What does your provider provides? It may dictate where and how you can link from RQM to your OSLC provider.


Paul Slauenwhite commented Sep 07 '15, 9:03 p.m.
FORUM MODERATOR / JAZZ DEVELOPER

permanent link
Subhajit Bhuiya (6222) | answered Sep 08 '15, 2:41 a.m.
JAZZ DEVELOPER
Check http://wiki.eclipse.org/Lyo/BuildClient#RQMAutomationSample for adapter sample

Your answer


Register or to post your answer.