how can I define a query in TFS 2013 (Team Explorer 2013) to get all items as a list below a certain toplevel workitem:
|--+-Parent 1
|
|--+-Child 1
| |--Child of Child 1
|
|--+-Child 2
| |
| |--Child of Child 2
|
| ...
Result:
Is this possible?
Thanks, Konrad
Step 1 - Select "Tree of work items"
Step 2 - Set up the query as usual for the top level work items, for example only "Epic" work items with id 4247
(whatever you like really).
Step 3 - Under "Filters for linked work items" you can exclude descendent items, for example you could show only PBIs, or only bugs etc.