The configuration mapping file is an XML file that allows Urban Turtle to understand process templates. It effectively maps Urban Turtle features to process template specifications. It is usually located in the C:\Program Files\Microsoft Team Foundation Server 11.0\Application Tier\Web Services\Areas\UrbanTurtle\Configuration for a default installation of Team Foundation Server.
For Urban Turtle to allow the use of the Fast Track feature, a specific field that contains the state of the work item in the Fast Track must be specified for each work item type. This field is usually defined in the configuration mapping file included with Urban Turtle. It is called
UrbanTurtle.FastTrackState
by default.
If the field is not present in the configuration mapping file, a FastTrack Field tag must be added in the Features block of the XML file. For example:
<TemplateConfiguration Name="Microsoft Visual Studio Scrum 2.0">
...
<Features>
...
<FastTrack Field="UrbanTurtle.FastTrackState" />
</Features>
...
</TemplateConfiguration>
The field does not have to be called UrbanTurtle.FastTrackState but if the name is changed, it must match the one that has been defined in the work item types.
0 Comments