Get Macro state of a WorkItem in Java Plain API
Hello,
def workItemClient = (IWorkItemClient)repository.getClientLibrary(IWorkItemClient.class)
But states values might be different depending on the type of WorkItem (Epic, Stories, Tasks, Defects, etc...).
But I know there are other type of states that are more general/macros that applies for all types of WorkItems,
So my question is: How is the name of that type of states more general? And how is the code to obtain the value of that state for a workitem? Thanks a lot for the help. |
Accepted answer
Ralph Schoon (63.7k●3●36●48)
| answered Oct 04 '13, 12:13 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You talk about state groups. The state group of a state should be accessible in the workflow info.
Tiago Fernandez selected this answer as the correct answer
Comments
Tiago Fernandez
commented Oct 04 '13, 2:07 p.m.
Thanks.
|
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.