programad
programad

Reputation: 1311

Check current process template in TFS

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?

Upvotes: 2

Views: 7203

Answers (3)

Adarsh Shah
Adarsh Shah

Reputation: 6775

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.

Upvotes: 3

user2732005
user2732005

Reputation: 21

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

Upvotes: 2

uddhab
uddhab

Reputation: 338

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.

Upvotes: 4

Related Questions