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")
Please refer to the documents it contains examples and other necessary information related to the usage of plugin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.