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.
Hi @starryeyes and welcome,
Sadly there is not an OOTB way to query for version release dates, available JQL functions can be found at :
However, you can use 'FixVersionReleaseDate' keyworkd provided by third-party apps (PAID), check the following documentation page about:
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.