The release of TFS 2015 is on the horizon, with the opportunity to get the RTM version of TFS in advance as an MVP, and here are some introductions to the new features of TFS 2015:
One of the new TFS 2015 features, the current iteration query token
In a query in TFS, you can use the iteration path as a filter to get the work items you want. However, in the actual use process, the current iteration is often required as a filter, such as the need to get the current iteration to complete the task, and the current iteration is constantly changing, into the next one months, the current iteration is changed, if the work item query condition does not support automatic changes, the query is the result of the previous iteration of the work item, You have to manually modify the query criteria to set the current iteration. This is very annoying in previous versions:)
In TFS 2015, the markup for the current iteration of a work item query is added, and its value is the current iteration. The features of this tag are the same as those used in previous versions of the "@ Me", "@ project", "@ Today" labels, such as:
Using this tag in a work query, even if the value of the current iteration has changed, you can get the latest query results without modifying the query criteria, and the chart created by the query criteria will also be adjusted automatically.
http://www.cnblogs.com/danzhang/Zhang Hongjun (ALM MVP)
One of the new TFS 2015 features, the current iteration query token