Relatoinship between State groups and resolved workitems
I've recently added a returned state to work item flow with 2 new resolutions: "Unrecreatable" "More Info".
I've set the state group to "In Progress" on the "Action Resolution" and "Resolution" for "More Info" I've set the "Returned" State group to "Closed". I run a query (created in eclipse client), using "State" is "Resolved" all "Returned" work items show up in the query regardless of the resolution. I've read: https://jazz.net/library/article/565/ Which states: Basically, Action Resolution overrides Resolution which overrides State. It seems like the query uses just the state group, without considering the groups defined at the other levels? |
One answer
How did you specify that the resolution code should be in a different State Group? On my 4.0.1 system I can only select State and Group.
Comments
frank malin
commented Apr 14 '13, 12:14 p.m.
Sam,
|
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.
Comments
Hi Frank,
If you select "Resolved" as the status in the query, the query result returns all states that belong to "Closed" state group.
You can find the explanation from https://jazz.net/library/article/1007/#variables
Regards,
Lily
Lily,
The problem which I have is that all work items which are in returned state show up in the resolve query. I had tried to override the state group of the resolution by assigning "information needed" as an "in progress" state group.
The query seem to only look at the state group associated with the state, and does not look at the overrides associated with the resolution.