Test the <CrosslinkUrlField> feature in the TFS2012 connector.
Release: AGUE5099000-SAAS-Agile Central-Unlimited Edition SaaS-50 User Pack
Component:
This topic includes the following sections:
<!-- **********************************************************************
FILE: TFS2012-config-CrosslinkUrlField.pxml
PURPOSE: Test the <CrosslinkUrlField> feature in the TFS2012 connector.
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>Defect</ArtifactType>
<ExternalIDField>Your-Rally-ExternalID</ExternalIDField>
<CrosslinkUrlField>Your-Rally-CrosslinkUrl</CrosslinkUrlField>
<CopySelectors>
<CopySelector>FormattedID = DE15320</CopySelector>
</CopySelectors>
</RallyConnection>
<TFSConnection>
<Collection>Your-TFS-Collection</Collection>
<TeamProject>Your-TFS-TeamProject</TeamProject>
<ArtifactType>Bug</ArtifactType>
<IDField>System.Id</IDField>
<ExternalIDField>Your-TFS-ExternalId</ExternalIDField>
<ExternalEndUserIDField>Your-TFS-FormattedID</ExternalEndUserIDField>
<CrosslinkUrlField>Your-TFS-CrosslinkUrlHtml</CrosslinkUrlField>
<CopySelectors>
<CopySelector>System.Id = 4504</CopySelector>
</CopySelectors>
</TFSConnection>
<Connector>
<FieldMapping>
<Field><Rally>Name</Rally> <Other>System.Title</Other></Field>
<Field><Rally>Priority</Rally> <Other>Microsoft.VSTS.Common.Priority</Other></Field>
</FieldMapping>
<OtherFieldHandlers>
<OtherEnumFieldHandler>
<FieldName>Microsoft.VSTS.Common.Priority</FieldName>
<Mappings>
<Field><Rally>Resolve Immediately</Rally> <Other>1</Other></Field>
<Field><Rally>High Attention</Rally> <Other>2</Other></Field>
<Field><Rally>Normal</Rally> <Other>3</Other></Field>
<Field><Rally>Low</Rally> <Other>4</Other></Field>
</Mappings>
</OtherEnumFieldHandler>
</OtherFieldHandlers>
</Connector>
<ConnectorRunner>
<Preview>True</Preview>
<LogLevel>Debug</LogLevel>
<Services>COPY_TFS_TO_RALLY, COPY_RALLY_TO_TFS</Services>
</ConnectorRunner>
</config>