0
votes

I'm a new TFS Admin and have a request to create a custom field on Bug and Requirement work items that will contain the following data: Work Item Type + id + title. I can get the field created and the control added to the form. I just can't figure out how to get the selected values into the field. I'm trying to use the System.WorkItemType + System.Id + System.Title fields to populate the new field.

1

1 Answers

0
votes

TFS natively doesn't support calculated fields like this. However, you can use a 3rd party tool (or write your own ISubscriber plugin) to accomplish it.

The TFS Aggregator tool might be able to do this for you: http://tfsaggregator.codeplex.com/