Possible to reach the an ALM workitem (PCR and Task) from Java code or with REST API?
I have some requirements in Doors Classic and these have a link to an ALM PCR on Jazz Team Server (6.0.3). According to this link I want to get this Tasks of the this PCR. I want to get the state of the tasks, and according to the result I would like to set one of the attribute of the requirement.
To get the PCR and the Tasks from the ALM server is there a Java Library or is there a REST API and is there any documentation for these how to use them? (please give me links for download and documentation)
Possible to use REST API in DXL or recommended to create an individual application for this project than what to use modify DOORS requirements from code?
Thanks for your help!!
Accepted answer
You should be able to retrieve the information using OSLC API.
https://jazz.net/wiki/bin/view/Main/WorkItemAPIsForOSLCCM20
Implementing the OSLC API within DXL can be quite difficult - I believe it lacks the libraries to make HTTP calls and parse XML contents.
Comments
And is it possible to do everything in a Java application? Modify the Doors requirement, get the workitem by ID read the children of the workitem, all function in the same application.
I am aware of some adapters working between DWA and other OSLC-compliant applications, not directly interacting with DOORS.