How to: Query which returns Stories where all child task are done
![]() A scrum team would like to create a query where they can see all Stories where all child tasks are resolved My setup:
Type: Story
Unfortunately this query returns stories which have at least one task resolved Is that possible? Any hint? Shall I forgett it and create a Plan instead..if it's possible there :-) |
2 answers
![]()
Possible Solutions:
1 Create a BIRT report to get the information from Rational Team Concert How to create BIRT reports: https://jazz.net/wiki/bin/view/Main/Reports 2. Customize the Project Area Template to prevent a parent work item from being closed unless all its children are done. |