Rally - HP ALM - QC-config-bugs2Rally.pxml
book
Article ID: 125055
calendar_today
Updated On:
Products
Rally On-Premise
Rally SaaS
Issue/Introduction
A simple QC connector configuration file which will copy Bugs from QC to Defects in CA Agile Central.
Environment
Release:
Component: ACSAAS
Resolution
<!-- ***********************************************************************************
FILE: QC-config-bugs2Rally.pxml
PURPOSE: A simple QC connector configuration file which will copy Bugs
from QC to Defects in Rally.
USAGE: Replace all the "Your-..." strings below with values which are
appropriate for your environment.
*************************************************************************************** -->
<Config>
<RallyConnection>
<Url>rally1.rallydev.com</Url>
<WorkspaceName>Your-Workspace</WorkspaceName>
<Projects>
<Project>Your-Project</Project>
</Projects>
<User>Your-Rally-Username</User>
<Password>Your-Rally-Password</Password>
<ArtifactType>Defect</ArtifactType>
<ExternalIDField>Your-Rally-ExternalID</ExternalIDField>
</RallyConnection>
<QCConnection>
<Url>Your-Domain.com:8080</Url>
<Domain>Your-QC-Domain</Domain>
<Project>Your-QC-Project</Project>
<User>Your-QC-Username</User>
<Password>Your-QC-Password</Password>
<ArtifactType>BUG</ArtifactType>
<IDField>BG_BUG_ID</IDField>
<ExternalIDField>Your-QC-ExternalID</ExternalIDField>
</QCConnection>
<Connector>
<FieldMapping>
<Field><Rally>Name</Rally> <Other>BG_SUMMARY</Other> </Field>
<Field><Rally>Description</Rally> <Other>BG_DESCRIPTION</Other> </Field>
<Field><Rally>CreationDate</Rally><Other>BG_DETECTION_DATE</Other>
<Direction>TO_OTHER</Direction> </Field>
<Field><Rally>FoundInBuild</Rally><Other>BG_DETECTION_VERSION</Other></Field>
<Field><Rally>Notes</Rally> <Other>BG_DEV_COMMENTS</Other> </Field>
<Field><Rally>Priority</Rally> <Other>BG_PRIORITY</Other> </Field>
<Field><Rally>Project</Rally> <Other>BG_PROJECT</Other> </Field>
<Field><Rally>Iteration</Rally> <Other>BG_USER_xx</Other> </Field>
<Field><Rally>Release</Rally> <Other>BG_USER_yy</Other> </Field>
<Field><Rally>FixedInBuild</Rally><Other>BG_USER_zz</Other> </Field>
</FieldMapping>
<RallyFieldHandlers>
<RallyReferenceFieldHandler>
<FieldName>Project</FieldName>
<ReferencedFieldLookupID>Name</ReferencedFieldLookupID>
</RallyReferenceFieldHandler>
<RallyReferenceFieldHandler>
<FieldName>Iteration</FieldName>
<ReferencedFieldLookupID>Name</ReferencedFieldLookupID>
</RallyReferenceFieldHandler>
<RallyReferenceFieldHandler>
<FieldName>Release</FieldName>
<ReferencedFieldLookupID>Name</ReferencedFieldLookupID>
</RallyReferenceFieldHandler>
</RallyFieldHandlers>
</Connector>
<ConnectorRunner>
<Preview>False</Preview>
<LogLevel>Debug</LogLevel>
<Services>COPY_QC_TO_RALLY</Services>
</ConnectorRunner>
</Config>
Feedback
thumb_up
Yes
thumb_down
No