Kay
Kay

Reputation: 1485

How to write a TFS query for features thas has only resolved and closed children

I would like to identify features that is done or almost done using a query. How do I query for features thas has only resolved and closed child items?

Upvotes: 1

Views: 84

Answers (1)

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51133

You could use query condition on parent item or child item with usage of "Tree of workitems" query (Replace Done with resolved/closed in your scenario ):

Note that select Match linked work items first under Filter options.

enter image description here

More details please take a look at our official tutorial here-- Use a tree query to view hierarchies

Upvotes: 1

Related Questions