query children or esolvedby
![]()
Is there any way to query for Work Items that have no defined "Links" (children, Resolved By)? For example, we need to query a User Story that has no tasks defined as children. Or Epics that have no User Stories.
Thanks, Susan |
2 answers
![]() Is there any way to query for Work Items that have no defined "Links" (children, Resolved By)? For example, we need to query a User Story that has no tasks defined as children. Or Epics that have no User Stories. You must select the 'Show links' check-box when you 'Add conditions' to the query ... For your 'User Story that has no tasks defined as children', something like: 1) Type is 'Story', 2) Children 'do not exist' .... 3) Children>Type is 'Task' |
![]()
Brilliant!!!
Thanks! Is there any way to query for Work Items that have no defined "Links" (children, Resolved By)? For example, we need to query a User Story that has no tasks defined as children. Or Epics that have no User Stories. You must select the 'Show links' check-box when you 'Add conditions' to the query ... For your 'User Story that has no tasks defined as children', something like: 1) Type is 'Story', 2) Children 'do not exist' .... 3) Children>Type is 'Task' |