Reputation: 1476
I'd like to sort iteration work items by 'Assigned To'. I cannot because there are hierarchical items. TFS's official workaround is to break all parent-child links, thereby flattening the tree to a list. That's not OK- parent-child relationships are important in other contexts.
Is there a way to sort by 'Assigned To' that doesn't require breaking parent-child links?
Upvotes: 0
Views: 428
Reputation: 1177
A backlog is sorted by priority/importance i.e. work at the top needs to be done before the work at the bottom.
You can create a custom query and filter on the sprint/iteration that you want to see and then sort by Assigned To.
Upvotes: 1