Rally Software

 View Only
Expand all | Collapse all

Someone knows what is the mapping for "Feature" field in Agile Central for VSTS?

  • 1.  Someone knows what is the mapping for "Feature" field in Agile Central for VSTS?

    Posted Oct 02, 2018 06:20 AM

    Hi,

     

    I use the Agile connector to synchronize User Story, Defect from Agile to VSTS.

    It works fine but now I need to synchronize the "Feature" (like F17342) of each tickets as well into VSTS tickets.

     

    I made some test with fields below but seem not working.

    <Field><Rally>Parent.FormattedID</Rally> <Other>RallyParent</Other></Field>
    <Field><Rally>Feature</Rally> <Other>Description</Other></Field>

    From the debug log I can see fields "Parent.FormattedID" and "Feature" exist in Agile Central

    [2018-10-01 15:01:43 Z] DEBUG : RallyEIF::WRK::Connector.block in validate - RallyConnection field_mapping target "Parent.FormattedID" existence validated
    [2018-10-01 15:01:43 Z] DEBUG : RallyEIF::WRK::Connector.block in validate - VSTS Connection field_mapping target "RallyParent" existence validated
    [2018-10-01 15:01:43 Z] DEBUG : RallyEIF::WRK::Connector.block in validate - RallyConnection field_mapping target "Feature" existence validated
    [2018-10-01 15:01:43 Z] DEBUG : RallyEIF::WRK::Connector.block in validate - VSTS Connection field_mapping target "Description" existence validated

    but those fields are skipped. here the message I got:

    [2018-10-01 15:01:44 Z] DEBUG : RallyEIF::WRK::Connector.block in map_fields_to_other - Mapping Parent.FormattedID() - to - RallyParent() (this field skipped as RallyParent is nil)
    [2018-10-01 15:01:44 Z] DEBUG : RallyEIF::WRK::Connector.block in map_fields_to_other - Mapping Feature() - to - Description() (this field skipped as Description is nil)

    I don't understand what means the field is nil.

    Maybe I use the wrong filed in the mapping. Anyone knows what is the correct mapping?

    Or anyone know what "nil" means?

     

    Thanks

    Phung



  • 2.  Re: Someone knows what is the mapping for "Feature" field in Agile Central for VSTS?

    Broadcom Employee
    Posted Oct 02, 2018 12:26 PM

    Hi Phung,

     

    This connector does not support mapping portfolio items (ie: feature).  

     

    Lori



  • 3.  Re: Someone knows what is the mapping for "Feature" field in Agile Central for VSTS?

    Posted Oct 03, 2018 06:39 AM

    Thanks for your feedback Lori