How to get Work Item state group as an attribute ?
![]()
Hi
How to get Work Item state group as an attribute ?
|
2 answers
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Oct 12 '12, 6:53 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
As far as I can tell there is no attribute for that. The state group is a concept that is used on a higher level. You can not change state groups you change states. You can get some data on it using the API: https://jazz.net/forum/questions/77541/way-to-find-unresolved-work-items-owned-by-archived-users
What would be the use case? Comments Hi Ralph,
Thanks for the response.
The link in the above response provides information regarding the queries.
but i am looking for some information on how to add the work item state group to the editor presentation.
|
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Oct 12 '12, 7:19 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I don't think this is possible. You would have to create a scripted calculated value provider and look at the state attribute and decide there which state group the state is in.
|