How do I add a custom process template to TFS 2013?

I am new to TFS. Can anyone please advise on the steps to add a custom process template to TFS 2013?

+3


source to share


2 answers


  • Open Visual Studio, click the Command menu
  • Select your Team Project collection settings.
  • Select "Process Template Manager"
  • Click "Download"
  • Go to the folder containing the ProcessTemplate.xml file for your own template
  • Click "Select Folder"

If your template passes validation, it will appear in the list when creating a new Team Project Process Template Manager



Upload, Download, and Delete Process Templates for a Team Project https://msdn.microsoft.com/en-us/library/ms181510.aspx

+1


source


Try the following steps.

Step 1 - Install Process Editor Open Process Editor in visual studio. (TOOLS-> Process editor)

Step 2 - Choose a Process Template

Step 3 - Download the process template

Step 4 - Open the process template in the process editor

Step 5 - Changing Work Item Types

Step 6 - Change the default work items



Step 7 - Modifying and Managing Requests

Step 8 - Changing Areas and Iterations

Step 9 - Changing Groups and Permissions

Step 10 - Changing Source Control Settings

Step 11 - Modify the SharePoint Portal Project

Step 12 - Modify Reports

Step 13 - Download the modified process template

+2


source







All Articles