Rally - Jira- Config Bug Attachment 2 Rally pxml
search cancel

Rally - Jira- Config Bug Attachment 2 Rally pxml

book

Article ID: 125061

calendar_today

Updated On:

Products

Rally On-Premise Rally SaaS

Issue/Introduction

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.



Environment

Release: AGUE5099000-SAAS-Agile Central-Unlimited Edition SaaS-50 User Pack
Component:

Resolution

Jira-config-bugAttachment2Rally.pxml

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>