All work items are displayed in a grid (powered by
Telerik RadGrid for WPF) and thus taking advantage of all its powerful capabilities to filter, group, and aggregate results. For example, users can filter work items by title and description - just start typing and the filters will be applied immediately.
You can also group the results by different values, as well as forms of aggregation just like Excel’s pivot table, only that now you can edit the values completely dynamically. One of the most important filters is the "current" iteration one. To filter out work items not relevant to the current iteration, many organizations maintain a “current iteration” query that is updated after every sprint. Since the TFS Work Item Manager maintains dates for iterations, you can quickly filter any query to only show the items in the current iteration!
Top