It's all about the answers!

Ask a question

How to retrieve data from IBM Doors next generation using c#


Arshad Ahamed (1125) | asked Mar 02 '16, 11:37 p.m.
 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



permanent link
abhishek gour (3812) | answered Mar 03 '16, 1:54 a.m.
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..? 


Bas Bekker commented Mar 04 '16, 11:44 a.m.
JAZZ DEVELOPER

The OSLC API is a REST API. So Any language/tool that can talk http can work with the API.
For me, the OSLC workshop is the best way to get started with OSLC. It gives you good insight how to work with the API and has source code. Though it is in java, it should give you a head start with C# as well. The full specification for requirement management with OSLC you can find here.

And to be complete, there are  three API's that are public for DNG:

  • OSLC RM V2 API - the open standard way to programmaticaly integrate with DOORS NG

Your answer


Register or to post 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.