Jira to Rally WIC Connector - When the connector tries to copy defects from Jira to Rally, it receives " unhashable type: 'list' " error
search cancel

Jira to Rally WIC Connector - When the connector tries to copy defects from Jira to Rally, it receives " unhashable type: 'list' " error

book

Article ID: 245093

calendar_today

Updated On:

Products

Rally SaaS

Issue/Introduction

  1. When the connector tries to copy defects from Jira to Rally, it runs into an error as shown in error.log. This error is produced for all defects found in Jira. I've included only one. 

    Jira Defect VM-1232 not copied to Rally (unhashable type: 'list')

 

Resolution

Use the  "RallyEnumMultiSelectFieldHandler" in the "Connector" section.  Here is an example:

 

    Connector:
        FieldMapping:
            Field:
            -   Rally: Name
                Other: Summary
            -   Rally: DropDownListMulti
                Other: LoriDropDownMultiChoice

        RallyFieldHandlers:
            RallyEnumMultiSelectFieldHandler:
                FieldName: DropDownListMulti
                Mappings:
                    Field:
                    -  Rally: Alpha
                       Other: CH
                    -  Rally: Beta
                       Other: CH2

 

The indentations in the example config above may not be correct. They should be 4 space indentations.