Copy Rally UserStories to TFS Requirements.
Use this configuration file to copy Rally UserStories to TFS Requirements.
<!-- **********************************************************************
FILE: TFS-config-us2task.pxml
PURPOSE: A configuration file which was used to copy Rally UserStories to
TFS Tasks.
USAGE: Replace all the "Your-..." strings below with values appropriate
for your environment.
*********************************************************************** -->
<Config>
<RallyConnection>
<Url>rally1.rallydev.com</Url>
<WorkspaceName>Your-Rally-Workspace</WorkspaceName>
<Projects>
<Project>Your-Rally-Project</Project>
</Projects>
<User>Your-Rally-Username</User>
<Password>Your-Rally-Password</Password>
<ArtifactType>Story</ArtifactType>
<ExternalIDField>Your-Rally-ExternalID</ExternalIDField>
</RallyConnection>
<TFSConnection>
<Collection>Your-TFS-Collection</Collection>
<TeamProject>Integrations</TeamProject>
<ArtifactType>Task</ArtifactType>
<IDField>System.Id</IDField>
<ExternalIDField>Your-TFS-ExternalID</ExternalIDField>
</TFSConnection>
<Connector>
<FieldMapping>
<Field><Rally>Name</Rally> <Other>System.Title</Other></Field>
<Field><Rally>Description</Rally> <Other>System.Description</Other></Field>
<Field><Rally>ScheduleState</Rally> <Other>System.State</Other></Field>
<Field><Rally>Notes</Rally> <Other>System.History</Other></Field>
</FieldMapping>
<OtherFieldHandlers>
<OtherEnumFieldHandler>
<FieldName>System.State</FieldName>
<Mappings>
<Field><Rally>Defined</Rally> <Other>Active</Other></Field>
</Mappings>
</OtherEnumFieldHandler>
</OtherFieldHandlers>
</Connector>
<ConnectorRunner>
<Preview>True</Preview>
<LogLevel>Debug</LogLevel>
<Services>UPDATE_RALLY_TO_TFS, COPY_RALLY_TO_TFS</Services>
</ConnectorRunner>
</Config>