Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I find the process template of my TFS Project

Tags:

tfs

Is there a way to see what Template my TFS Project is using?

Ie Scrum for Team System, MSFT Agile 4 etc....

like image 903
Vaccano Avatar asked Aug 23 '10 18:08

Vaccano


People also ask

What is process template in TFS?

Azure DevOps Server 2022 - Azure DevOps Server 2019 | TFS 2018. Process templates define the objects and processes available to you when you create a project. By customizing a process template, you customize one of more objects.

Where can you find all processes templates and forms?

Go to Packages Icon > Process Orchestration > Process Templates. Select a Template from the List view and click on it to access it.

Which process templates are available in Azure DevOps?

The work tracking objects contained within the default processes and process templates—Basic, Agile, CMMI, and Scrum—are the same and summarized below. The Basic process is available from Azure DevOps Server 2019.1 and later versions. For simplicity, they're referred to as a "process."

Where are templates in Azure DevOps?

Project Settings → Team Configuration Navigate to “Templates” Tab and you can manage your already created templates. I hope this article will help you to ease your project management work with Azure DevOps.


2 Answers

In TFS 2010, you can right-click on a project and select "Team Project Process Guidance". This will prompt you to save a html page and then prompt you to open it. When the page opens, it will be a MSDN page containing information about the process template thats used for the team project.

E.g if you had created a team project with CMMi v5.0 process template, then you will get the MSDN page for CMMi v5.0, if it was created with Agile 5.0, then you will get the MSDN page for Agile v5.0.

This way, you can identify which process template your project is based on.

Hope this is helpful.( after nearly 1 and half years of the initial post, I am not sure but might be to other users ).

Regards, Kuraish.

like image 150
Kuraish Avatar answered Sep 22 '22 08:09

Kuraish


That information is not stored in your TFS environment. The only thing you can do is to look at the work item types or the states in the work item and 'guess' which template it is.

For example: in TFS 2008, the Agile has a Scenario, while the CMMI has a Requirement. In TFS 2010, the Agile has a User Story, while the CMMI has a Requirement.

like image 24
Ewald Hofman Avatar answered Sep 19 '22 08:09

Ewald Hofman