How to get the next status of workitem in OSLC?
![]() We are trying to update workItem state or status for that we need the next state of work item.
how can we get the next state of workitem .
How can we update the state of workitem.
|
One answer
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Aug 01 '19, 1:54 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER https://jazz.net/wiki/bin/view/Main/WorkItemAPIsForOSLCCM20 explains that the state is read only. you have to apply an action. Actions and states they reach are defined in the workflows in the process. I would start here: https://jazz.net/library/article/1001 and look at hints. |