JQL function to filter by Release Date

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • Component/s: Plans - Releases
    • None
    • 2

      As a product manager overseeing interconnected products, I need to be able to review the aggregate set of issues that were released within a particular period of time across multiple projects. 

      In abstract terms, I want to be able to construct a JQL query along the lines of:

      project in (PROD1,PROD2) and ReleaseStatus=Released and ReleaseDate BETWEEN (2022-10-01, 22-10-31){}

      project in (PROD1,PROD2) and ReleaseStatus=Released and ReleaseDate BETWEEN (now()-3months, now())

      Doing this today requires me to visit release pages of c. 10 projects to collect release numbers and manually build a query. So each time I want to perform this query it takes 10 minutes to construct and execute, with an increased risk of human error. 

      The ReleasedVersions() function does not help me since there is no ability to filter the results according to the date range.

       

       

            Assignee:
            Unassigned
            Reporter:
            Jack Barlow
            Votes:
            17 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated: