How to retrieve data from IBM Doors next generation using c#
Hi
I have a requirement of retrieving data from IBM Doors Next generation,quality manager and team concert using c#. Is it possible ?
If so what are the ways for it..? Can anyone please guide or share some tutorial or PDFs for this..? Am quite new tto this area.I dunno where to start from..:(
Regards,
Arshad
|
One answer
All the mentioned tools exposes OSLC APIs for external tools and application to exchange data with these application.
http://open-services.net/bin/view/Main/WebHome should let you have a look at the specification for QM, RM, and CM all three.
You would have to write an application to fetch the data using these OSLC APIs. This can be done in any language ( including C# ).
You would find lots of examples in the jazz.net forum or web regarding how to form OSLC queries in order to interect with QM, RM or CM.
Few of the starting links could be -
https://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItemAPIv2#Querying_Work_Items
https://jazz.net/blog/index.php/2009/09/11/oslc-and-rational-team-concert/
Comments
Arshad Ahamed
commented Mar 03 '16, 4:03 a.m.
Hi Abhishek
Thanks for thge info.Its really helpful. Having adoubt is OSLC was the only available API for these items or REST API too available..?
The OSLC API is a REST API. So Any language/tool that can talk http can work with the API.
|
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.