-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
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.
- relates to
-
JRACLOUD-22640 Filter by fix version release date
- Gathering Interest