Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Customize Team Foundation Server Work Item Template

I have a default template for work item (test case, bugs, user story etc) but it has limited number of fields, can someone help me how can I add more fields to my existing template to gather more information for each work item. I am admin for my project in Team Foundation Server.

Thanks.

like image 599
Varun Gupta Avatar asked Jun 02 '13 05:06

Varun Gupta


1 Answers

This is a fairly simple process when you have the Team Foundation Server Power tools installed. If you want to store these workitem definitions in sourcecontrol (for later updates), then here's a nice walkthrough.

You can also use the Team Foundation Server Power tools directly to update the workitems directly on the server. This is not recommended if you want to distribute your updates to multiple team projects. But I find it an easy way to apply the changes I want to a temporary team project, then download the changed template to then distribute it to all the other projects.

Be sure to restart Visual Studio after changing the work item definitions or you will possibly need to force Team Explorer to refresh the local cache.

like image 50
jessehouwing Avatar answered Nov 15 '22 09:11

jessehouwing