Use this configuration file to demonstrate copying CA Agile Central's CreationDate field (a read-only field) to JIRA's Due Date field. This is a one-way copy.
Release:
Component: ACSAAS
The following sections relate to this JIRA5 connector run:
<!-- **********************************************************************
FILE: JIRA5rest-config-DueDate.pxml
PURPOSE: Demonstrate coping Rally's "CreationDate" (a read-only field) to JIRA's
"Due Date" (note this is a one-way copy).
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>
<Project>Your-JIRA-Project</Project>
<User>Your-JIRA-Username</User>
<Password>Your-JIRA-Password</Password>
<ArtifactType>Bug</ArtifactType>
<ExternalIDField>Your-JIRA-ExternalID</ExternalIDField>
<ExternalEndUserIDField>RallyFormattedID</ExternalEndUserIDField>
<CrosslinkUrlField>RallyLink</CrosslinkUrlField>
</JiraRestConnection>
<Connector>
<FieldMapping>
<Field><Rally>Name</Rally> <Other>Summary</Other> </Field>
<Field><Rally>Description</Rally> <Other>Description</Other></Field>
<Field><Rally>CreationDate</Rally> <Other>Due Date</Other>
<Direction>TO_OTHER</Direction> </Field>
</FieldMapping>
<RallyFieldHandlers>
<RallyDateTimeFieldHandler>
<FieldName>CreationDate</FieldName>
<DateTimeFormat>%Y-%m-%d</DateTimeFormat>
</RallyDateTimeFieldHandler>
</RallyFieldHandlers>
</Connector>
<ConnectorRunner>
<Preview>false</Preview>
<LogLevel>DEBUG</LogLevel>
<Services>UPDATE_RALLY_TO_JIRA, COPY_RALLY_TO_JIRA</Services>
</ConnectorRunner>
</config>