Is there an easy was to pull all releases or fixversions for a given year?
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")
fixVersionReleasedOnDate(
"2018-05-26"
) OR affectedVersionReleasedOnDate(
) 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
It looks like you're new here. Sign in or register to get started.