How to get\to set a workflow state value using OSLC Java API in DNG
How to get\to set a workflow state value using OSLC Java API in DNG
|
One answer
Hi Felipe,
With the OSLC RM V2 API - you can programmatically integrate with DOORS Next Generation, there is an elaborate workshop to get you started here OSLC Workshop article. These programs can be from any language that support HTTP REST calls, e.g. Java, C# etc. Hence these are more flexible to run and can read and update DNG data, as part of a web server, or standalone, but have some limitations set by the current OSLC standard, for example module support. In release 6.0.5 extension have been added for modules.
An alternate to GET/PUT (set) the workflow state of an artifact is by using the REST API based on OSLC, as described in https://jazz.net/library/article/1197.
The following screenshot shows how by using an HTTP POSTer you could GET or PUT a new value on an artifact, such as the workflow state.
|
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.