Rally - Jira - JIRA5rest-config-CrosslinkUrlField.pxml
search cancel

Rally - Jira - JIRA5rest-config-CrosslinkUrlField.pxml

book

Article ID: 125027

calendar_today

Updated On:

Products

Rally On-Premise Rally SaaS

Issue/Introduction

Use this simple configuration to copy bugs from JIRA to defects in Rally. When copy has completed, both the bug in JIRA and the defect in Rally will have a clickable link to the artifact in the other system.

Environment

Release:
Component: ACSAAS

Resolution

The following sections relate to this JIRA connector run:

 

Sample Configuration File

<!-- **********************************************************************
FILE:    JIRA5rest-config-CrosslinkUrlField.pxml

PURPOSE: Test the <CrosslinkUrlField> featue of Rally's JIRA5rest connector.

USAGE:   Replace all the "Your-..." strings below with values appropriate
         for your environment.
*********************************************************************** -->
<Config>
    <RallyConnection>
        <Url>Your-Rally-URL</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>JIRAPR01Url</CrosslinkUrlField>
    </RallyConnection>

    <JiraRestConnection>
        <Url>Your-JIRA-URL</Url>
        <User>Your-JIRA-Username</User>
        <Password>Your-JIRA-Password</Password>
        <ArtifactType>Bug</ArtifactType>
        <Project>Your-JIRA-Project</Project>
        <ExternalIDField>Your-JIRA-ExternalID</ExternalIDField>
        <ExternalEndUserIDField>RallyFormattedID</ExternalEndUserIDField>
        <CrosslinkUrlField>RallyURL</CrosslinkUrlField>
    </JiraRestConnection>

    <Connector>
        <FieldMapping>
            <Field><Rally>Name</Rally>        <Other>Summary</Other>        </Field>
            <Field><Rally>Description</Rally> <Other>Description</Other>    </Field>
        </FieldMapping>
    </Connector>

    <ConnectorRunner>
        <Preview>False</Preview>
        <LogLevel>Debug</LogLevel>
        <Services>COPY_JIRA_TO_RALLY</Services>
    </ConnectorRunner>
</Config>