Rally Software

  • 1.  Defects by Creation Date

    Posted May 01, 2019 11:24 AM

    I need to create a query in Rally wherein I want to pull in defects using Defects creation date between 2 date ranges.

    I tried using the query ((OpenedDate <= "2019-04-16") AND (OpenedDate >= "2019-04-29")). I also tried replacing the word 'Opened' by 'Creation', but to no avail.

    What query should I be using to get this data.



  • 2.  Re: Defects by Creation Date
    Best Answer

    Broadcom Employee
    Posted May 01, 2019 03:41 PM

    Hi Anil,

     

    I believe the field you'll want to query on is CreationDate

    ((CreationDate <= "2019-04-16") AND (CreationDate >= "2019-04-29"))