Reputation: 83
Using WIT Editor for User Story type, I'm trying to add a control that references a system field showing a choice of Teams configured in the Project Profile.
If that System field does not exist how could I configure a custom one to have as Allowed Values the configured teams.
Upvotes: 4
Views: 942
Reputation: 23434
@DaveShaw it kind of works the other way round. If you create a field in your Work Item that is a drop down list with your Team Names, and they match the team names that you created then you can change the CommonProcessingConfig.xml file to reflect that you want to use this field as the Team Designator.
I have created a blog post that walks you though this: Team Foundation Server 2012 Teams without Area
You should then be able to use the custom field to hold the value of Team for...your.. team...
WARNING: Team: Specifies the field used to associate the backlog and task board pages with a team. This field should remain set to its default value, System.AreaPath.
This is currently early days for this feature so make sure that you test that it works for you.
Upvotes: 2
Reputation: 52788
AFAIK, "Teams" in TFS2012 are not part of the Work Item's so are not available for use inside them.
I have looked at all the information on MSDN on teams and checked on my own TF Service account and there is no field I can see with a List of Teams associated with them.
Upvotes: 0