How can you query to find the status of "all child object" = to something?
We are using task templates under stories. The tasks all following a naming convention standard like DEV: QA: UXD: BA: etc. We are attempting to create a query that will find a story where all tasks that begin with QA: are closed. The task object is using the default story workflow.
The query reads like: all unresolved stories + planned for current iteration + filed against product backlog + children->summary starts with QA: + children->status is unresolved
The query result finds all stories that have tasks that start with QA: regardless if they are all closed or dropped or not started or in progress.
|
Be the first one to answer this question!
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
U can't do this with the built in query editor, but you could write your own java code to do it