It's all about the answers!

Ask a question

How can you query to find the status of "all child object" = to something?


Beau Garcia (211) | asked Nov 06 '13, 5:03 p.m.
 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.

Comments
sam detweiler commented Nov 06 '13, 9:29 p.m.

U can't do this with the built in query editor, but you could write your  own java code to do it 

Be the first one to answer this question!


Register or to post 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.