Test the <RelatedObjectLinkers> feature of CA Agile Central's JIRA connector. This will copy a bug from JIRA, which has attachments, to a defect in CA Agile Central with attachments.
Test the <RelatedObjectLinkers> feature
of CA Agile Central's JIRA connector. This will copy a bug from JIRA, which has attachments, to a defect
in CA Agile Central with attachments.
<!-- **********************************************************************
FILE: Jira-config-bugAttachment2Rally.pxml
PURPOSE: Test the <RelatedObjectLinkers> featue of Rally's JIRA connector.
This will copy a Bug from JIRA, which has attachments, to a Defect
in Rally with attachments.
USAGE: Replace all the "Your-..." strings below with values appropriate
for your environment.
*********************************************************************** -->
<Config>
<RallyConnection>
<Url>rally1.rallydev.com</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>
</RallyConnection>
<JiraConnection>
<Url>Your-JIRA-URL:port</Url>
<User>Your-JIRA-Username</User>
<Password>Your-JIRA-Password</Password>
<ArtifactType>Bug</ArtifactType>
<ExternalIDField>Your-JIRA-ExternalID</ExternalIDField>
<Project>Your-JIRA-Project</Project>
</JiraConnection>
<Connector>
<FieldMapping>
<Field><Rally>Name</Rally><Other>Summary</Other></Field>
</FieldMapping>
<RelatedObjectLinkers>
<RallyAttachmentLinker />
</RelatedObjectLinkers>
</Connector>
<ConnectorRunner>
<Preview>False</Preview>
<Services>COPY_JIRA_TO_RALLY</Services>
</ConnectorRunner>
</Config>