How to find releases in the current month?

starryeyes
Contributor
June 23, 2020

How would I build a query that pulls are releases in the current month? For example, I want to find all fixversions with release dates in the active month (i.e. June 2020). When the next month starts, it will automatically pull fix versions that have releases dates in July. 

The filter will automatically pull base on the current month thus there will be no need to hard code dates or enter a date range. The filter should automatically update base on the current month.

1 answer

0 votes
Jack Nolddor _Sweet Bananas_
Atlassian Partner
February 13, 2021

Hi @starryeyes and welcome,

 

Sadly there is not an OOTB way to query for version release dates, available JQL functions can be found at :

https://support.atlassian.com/jira-service-management-cloud/docs/advanced-search-reference-jql-functions/

 

However, you can use 'FixVersionReleaseDate' keyworkd provided by third-party apps (PAID), check the following documentation page about:

https://jqlsearchextensions.atlassian.net/wiki/spaces/SEARCH/pages/3375124/JQL+Reference+Cloud#JQLReference(Cloud)-FixVersionReleaseDate

 

Regards

Suggest an answer

Log in or Sign up to answer