I have a Tree of Work Items query in TFS 2013 which show us all closed requirements with not closed or not ready bugs, requirements, tasks, test cases or reviews, i.e. not correct requirements. I have result like this:
|-- Requirement 1
|-- Requirement 2
|-- Requirement 3
|-- -- Task 1 (state = 'Closed')
|-- -- -- Bug 1(state = 'Proposed')
|-- Requirement 4
...
So i see requirement 3 which have task 1 with proposed bug 1. How can I modify my query to see only requirement 3 without another requirements? It can be not only Tree of Work Items.