Rally - TFS - TFS WIC Config CrosslinkUrlField pxml
search cancel

Rally - TFS - TFS WIC Config CrosslinkUrlField pxml

book

Article ID: 125033

calendar_today

Updated On:

Products

Rally On-Premise Rally SaaS

Issue/Introduction

Test the <CrosslinkUrlField> feature in the TFS2012 connector.



Environment

Release: AGUE5099000-SAAS-Agile Central-Unlimited Edition SaaS-50 User Pack
Component:

Resolution

TFS2012-Config-CrosslinkUrlField.pxml

This topic includes the following sections:

  • Configuration File
  • Logfile Output

 

Configuration File TFS2012-config-CrosslinkUrlField.pxml

<!-- **********************************************************************
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>