Question

How can one determining which TFS process template is being used? A few were installed and now I can't determine which one is being used by TFS.

Was it helpful?

Solution

In addition to Edward's approach:

Another one, quick & dirty and without any capability to reveal any changes you might have performed, is the following:
Right-Click on your TeamProject from within the Team Explorer and select "Team Project Process Guidance":
enter image description here
This should pop-up a webpage that will show you the Process Template that was used to create it.

OTHER TIPS

TFS Team Project Manager on CodePlex is a free tool which will inspect all your team projects process templates (even if they're customized) and tell you which process template was most likely used to create that Team Project (and give you a % confidence in the match). You can even give it additional "source" process templates, such as your company custom process template, and it will tell you which projects were created with it.

Team Project Manager Screenshot

If you have not modified the process templates (either the ones that are included with TFS, or any that you might have downloaded and installed) then you can export the process template as an XML file and compare against the original version.

(That link is really about modifying the process template, but steps 1-3 discuss how to export the current process template for a Team Project.)

Of course, even if you had modified the process templates slightly, using a diff tool may be able to yield results as to which process templates those were derived from.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top