-
Suggestion
-
Resolution: Fixed
-
None
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Often I want to see the issues relating to the next issue to be released. Similar to the dashboard, we should be able to sort and save filters on the next released version.
- is related to
-
JRASERVER-1357 Allow filter by "Next Unreleased Version"
- Closed
- was cloned as
-
JRACLOUD-41739 Update logic of "earliestUnreleasedVersion()" to use earliest date
- Gathering Interest
I know this is old and dead thread but for future people reviewing it from google.
This function appears to use the order of the "Versions" in the list NOT the dates associated with them. Also note the list earliestUnreleasedVersion() function expects the next list to be ordered with the old/next versions on the bottom of the list with future versions on the top. (I.E. From top to bottom: Release 6 -> 5 -> 4 -> 3 -> 2 -> 1 NOT Release 1 -> 2 -> 3 -> 4 -> 5 -> 6)