Use this configuration file to copy Rally defects to JIRA bugs using the JIRA connector.
Release:
Component: ACSAAS
The following sections relate to this JIRA connector run:
<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>
<SuppressDeprecationWarning />
<CopySelectors>
<CopySelector>FormattedID = DE352</CopySelector>
</CopySelectors>
</RallyConnection>
<JiraRestConnection>
<Url>Your-JIRA-URL</Url>
<Project>Your-JIRA-Project</Project>
<User>Your-JIRA-Username</User>
<Password>Your-JIRA-Password</Password>
<ArtifactType>Bug</ArtifactType>
<ExternalIDField>Your-JIRA-ExternalID</ExternalIDField>
</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, COPY_RALLY_TO_JIRA</Services>
</ConnectorRunner>
</config>