Welcome to the Jazz Community Forum
Retrieve resource details via OSLC adaptor in RQM

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

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?
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

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?

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

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

Did you review https://jazz.net/wiki/bin/view/Main/RQMTestAutomationAdapterAPI?