Rally Software

  • 1.  Include newline/cr when importing stories

    Posted Mar 23, 2017 09:51 AM

     Is there a way to include a newline when importing stories with the excel add-on or the import with csv function? Basically our Description looks like this:

     

    ITEM1: item info
    ITEM2: Another Item Info
    ADDITIONAL DATA: This is additional data.

     

    When we import it, it looks like this:
    ITEM1: item infoITEM2: Another Item InfoADDITIONAL DATA: This is additional data.

     

     

    Anyone know how to include the newline / cr ?

     

    Thanks!!



  • 2.  Re: Include newline/cr when importing stories

    Posted Mar 24, 2017 06:02 AM

    Phillip,

     

    If you add the HTML tag, '<br>' to the line, that should work for either import.

     

    ITEM1: item info<br>ITEM2: Another Item Info<br>ADDITIONAL DATA: This is additional data.

     

    Let us know if there is any issue.

     

    Michael