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
A WIQL query consists of a SELECT statement (similar to that of the SQL language) that lists the fields to be returned as columns in the result set. (Learn more.) In TestArchitect, you might use a WIQL query to specify the location(s), in terms of test points, to which TA results are to be uploaded to TFS.
Product Backlog Items and Tasks are used to track work, Bugs track code defects, and Epics and Features are used to group work under larger scenarios.
The TFS query is used when looking for changes in TFS, such as new or modified work items. If the query returns work items of types that are not mapped in the synchronization mappings, the unmapped work item types will be ignored and will not be synchronized.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With