Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-89831

JQL function to filter by Release Date

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Plans - Releases
    • None
    • 1
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      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.

       

       

              Unassigned Unassigned
              dce9491ec7bc Jack Barlow
              Votes:
              9 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: