Background
I am working to update around 40 Team Projects in a single collection under TFS 2010. Each Team Project will use the same relative iteration paths to support common team queries, reports, dashboards etc.
The Challenge
Although the relative names of the iterations are the same, they do include the Team Project in the path which makes them distinct in terms of queries and reports etc.
My goals are:
- Eliminate the considerable overhead of changing the iteration paths for each team query, report and other dependent artifact for every team project. Ideally, I would drag and drop the artifacts from one project to the next without the need for modification.
- Report or query based on a common iteration across all team projects
Current Definition:
Project A / Current Development / Iteration X,
Project Z / Current Development / Iteration X ...
Ideal Definition:
Current Development / Iteration X
This would provide a truly common iteration that would meet the above stated objectives.
Any ideas on if and how this might be accomplished?
@Project/Current Development/Iteration X
? – AMissico@Project
with other characters. I wonder if you can make this change in the process template. – AMissicoAND [Source].[System.IterationPath] UNDER '$$PROJECTNAME$$\Iteration 1'
. You probably can manually create the query then add with the Process Template Editor that comes with "TFS Power Tools". – AMissico