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.
The following sections relate to this JIRA connector run:
<!-- **********************************************************************
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>