Possibility to show plan items affected by active defects
I would create a query to show all plan items affected by active (not resolved) defects and possibly filter by severity also.
Is it possible?
Thanks
2 answers
In team artifacts view,
1) Find your project
2) Expand it
3) Right click work items
4) New->Query
5) Start from scratch
6) In the Conditions tab
7) Click the add button in the top right
8) Add Conditions
9) Check "Show Built-in"
10) Find "Status"
11) Click ok
12) Check "Unresolved"
13) Click the add button in the top right
14) Add Conditions
15) Check "Show links"
16) Find "Affected by Defect"
17) Make sure it says exist
18) In the "Column Display" tab
19) Under Sorting
20) Find "Severity"
21) Add "Severity" to the "Selected sort columns"
22) Click "Run"
Comments
Hi, thanks for your answer but this is not working as required. Your suggested query returns all the unresolved plan items affected by a defect not the plan items that are affected by active defects. I verified it and plan items that are set as done but with associated active defects are not returned and this is the scenario I want to verify.
Sorry, I misunderstood. But one thing I can note about this query is that it returns all the active defects which affect another defect. Therefore you can see the defects you desire by opening up a defect in the query, going to the links tab, and opening up one of the affected by defects.
Comments
Hi Jan,