Can we query based on State Group in the Query Builder?
Today in the QueryBuilder, I can query by State (like Closed and Canceled) and by "Resolved" vs "Unresolved".
We'd like to combine Closed and Canceled state into a single state and then have the resolutions define if they were "done" or "not done". When we do queries, I'd like an easy way to separate them, whichI think I can do using State Groups.
I think I can create a state group called "Closed but not done" to go along with the one called "Closed" and then at the Resolution level, say that my "not done" resolutions are part of the "Closed but not done" state group and "done" resolutions are part of the normal "Closed" state group.
But then ... can I do a queryBuilder that says give me the Defect work item types that are in the "Closed but not done" state group? Or do I need to select each and every Resolution?
Thanks in advance.
We'd like to combine Closed and Canceled state into a single state and then have the resolutions define if they were "done" or "not done". When we do queries, I'd like an easy way to separate them, whichI think I can do using State Groups.
I think I can create a state group called "Closed but not done" to go along with the one called "Closed" and then at the Resolution level, say that my "not done" resolutions are part of the "Closed but not done" state group and "done" resolutions are part of the normal "Closed" state group.
But then ... can I do a queryBuilder that says give me the Defect work item types that are in the "Closed but not done" state group? Or do I need to select each and every Resolution?
Thanks in advance.
Comments
sam detweiler
May 07 '14, 11:17 p.m.I do not think you can query using state groups.