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

Rally - Jira - JIRA5rest-config-simple.pxml

book

Article ID: 125029

calendar_today

Updated On:

Products

Rally On-Premise Rally SaaS

Issue/Introduction

Use this configuration file to copy Rally defects to JIRA bugs using the JIRA connector.

Environment

Release:
Component: ACSAAS

Resolution

The following sections relate to this JIRA connector run:

  • Sample Configuration File

Sample Configuration File

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