Rally Software

 View Only

Work Item connector Area Path Tree error

  • 1.  Work Item connector Area Path Tree error

    Posted Nov 13, 2019 08:31 AM
    Hi,

    Im using the work item connector and im having some issue with the Project to system.AreaPath within vsts.

    I have sent up in my config to map Rally Project to vsts System.AreaPath.

    When running the connector i am receiving the following error.

    [2019-11-13 13:14:13 Z] WARN : RallyEIF::WRK::TFSConnection.initialize - Could not create User Story: TF401347: Invalid tree name given for work item -1, field 'System.AreaPath'.

    I believe this is due to the to something missing from my config in order to pass the entry to the correct area within my team project in vsts.

    I have added the below to my config but still get the error

    <OtherEnumFieldHandler> 
    <FieldName>AreaPath</FieldName>
    <Mappings>         
    <Field>            <Rally>ABC</Rally> <Other>ABC\123</Other>          </Field>       
    </Mappings>
    </OtherEnumFieldHandler>

    I have seen TFSTreePathFieldHandler within the guide and have tried the following in replace of the above.

    <TFSTreePathFieldHandler> 
       <FieldName>AreaPath</FieldName>       
    <Mappings>         
    <Field>            <Rally>ABC</Rally> <Other>ABC\123</Other>          </Field>       
    </Mappings> 
    </TFSTreePathFieldHandler>

    If i run this i get to the following on the log and it does not continue.

    2019-11-13 12:53:06 Z] INFO : RallyEIF::WRK::ConnectorRunner.show_logging_settings - Log file size set to 5242880
    [2019-11-13 12:53:06 Z] INFO : RallyEIF::WRK::ConnectorRunner.show_logging_settings - Log files maximum count set to 10
    [2019-11-13 12:53:06 Z] ANY : RallyEIF::WRK::ConnectorRunner.block in run - processing to commence using content from config_bc_story.xml
    [2019-11-13 12:53:08 Z] ANY : RallyEIF::WRK::RallyConnection.initialize - Initializing Rally connection version 4.11.0
    [2019-11-13 12:53:08 Z] INFO : RallyEIF::WRK::RallyConnection.initialize - Rally Web Services version v2.0
    [2019-11-13 12:53:08 Z] ANY : RallyEIF::WRK::TFSConnection.initialize - Initializing connection version 4.8.2

    Hope someone can help or point me in the right direction.

    Thanks