JQL Query for all fixversions in a year?

Kendal Robinson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 15, 2020

Is there an easy was to pull all releases or fixversions for a given year? 

1 answer

0 votes
final_openshift Certi November 10, 2020

Hi Kendal,

You can achieve this by using   JQL Search Extension plugin , you can use the query fixVersionReleasedOnDate("2018-05-26") OR affectedVersionReleasedOnDate("2018-05-26") or the query fixVersionReleasedBetweenDates("2018-05-26", "2018-07-01") OR affectedVersionReleasedBetweenDates("2018-05-26", "2018-07-01")

Please refer to the documents it contains examples and other necessary information related to the usage of plugin

Suggest an answer

Log in or Sign up to answer