Currently the list of versions which is supposed to be kept in order
(http://sling.staging.apache.org/documentation/development/release-management.html#update-jira)
is already pretty long. This makes adding a new version tedious and
time-consuming work because you basically need to drag&drop the new version to
the right position in the list. Anyone came up with a script to automate that
somehow? It seems that there is some javascript at
https://jira.atlassian.com/browse/JRA-32156?focusedCommentId=674689&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-674689
which automatically sorts via JavaScript. This seems to sort only by the
release dates, which is not intended for Sling (since we want to group by
bundle). So one would need to adjust the script.
Thanks for your inputs on how you do that currently.
Konrad