RTC query - group by team area
We're trying to create a query on work items by filtering by filed against and selective teams. We get the needed data however we need to group the results by team areas. Our Categories are hierarchical in that some have many subcategories some of which are constrained to specific/different teams.
There is no option in the web or client UI to do a sort/group by team area.
What options do we have to do this?
One answer
In your query, if you add a column 'Filed Against', and add 'Filed Against' to 'Sort Order', the result will be sorted by Filed Against(associated with Team Area), would that work for you?