Pavel Surmenok
Pavel Surmenok

Reputation: 4662

How to add fields to work items in existing team project

I have team project in TFS. There are already some work items in the project. I need to add new fields to work item type. How can I do it?

Upvotes: 0

Views: 2254

Answers (1)

Robaticus
Robaticus

Reputation: 23157

Export the work item type, add the fields, and re-import it. As long as you do not delete any fields, this will not affect existing work items.

You may have to bulk-edit existing work items to put in valid values for the newly-added fields.

The best way to do this is by installing the TFS Power Tools, which will add the Process Editor to your Team menu.

Upvotes: 3

Related Questions