Rally Software

  • 1.  Concern on Notes Field against Test case

    Posted Aug 30, 2017 11:56 PM

    Hi All, I am using macro to extract data from Rally. Our team using Notes field which is available against Test case to track Day to Day activities on specific test case . While extracting data using macro, getting HTML script against "Notes" field along with User entered text (EX:

    <div class="BubbleStyle_MessagesContainer"><div class="BubbleStyle_MessageContainer"><span style="color: rgb(26, 26, 26); font-family: Segoe UI; font-size: 13.33px; font-style: normal; font-weight: normal; text-decoration: none;"><div>Dependency: 29/08 - Open Defect DE12345<br />Comments: Waiting for the report output. ETA PST<br /></div></span><div><br /></div></div></div>)

    . This Notes field available against Test Case. Can some one please suggest how can we avoid HTML script from Notes field and I want to see only User entered text. Please suggest...

    Regards,

    Krishna Kumar



  • 2.  Re: Concern on Notes Field against Test case
    Best Answer

    Posted Sep 26, 2017 06:14 PM

    Hi Krishna,

     

    The data is returned as-is from WS API, so you would need something to parse out the HTML from your local script/app.

     

    Let me know if that helps

    -Sean