Check current process template in TFS

7.1k Views Asked by At

I have a project that I don't remember the process template version I'm using because I didn't pay attention to the version on creation. How can I check the process template version of a project hosted on Team Foundation Service (http://visualstudio.com)?

I was able to find the differences between the process templates themselves:

But I was unable to find a comparison of the individual process template versions. Can someone point the diferences between Microsoft Visual Studio Scrum from version 1 through version 3 for example?

3

There are 3 best solutions below

1
On BEST ANSWER

The process template is automatically upgraded to latest. So whatever version you started with, the current process template is latest. Currently,

  • If Scrum, 3.0
  • If MSF for Agile, 7.0
  • If MSF for CMMI, 7.0

btw, IF you don't know the process template then, It can be known by observation.

0
On

The ProcessGuidance option works only if you have integration with Sharepoint.

So if you don't have the integration you can use the sql query in this link to find out the process template. You need to run it against the TFS db.

0
On

Under Documents/ProcessGuidance there is a document called ProcessGuidance.html click on it and it will say what type it is.