I have a filter that retrieves multiple tickets with associated Fix Versions. The naming convention we use for Fix Versions is YY.MM-Month. However, I’m facing an issue when sorting the table by Fix Versions in descending order.
The expected sorting logic should be as follows:
25.02, 25.01, 24.12, 24.11, and so on.
But the actual sorting appears inconsistent, resulting in something like:
25.02, 24.12, 25.02, 25.01.
It doesn't seem to follow any recognizable pattern. Since the Fix Versions field is a default Jira field and not a custom one, I cannot adjust its configuration.
Hello @juan.baliarda
I found this post from 2020 saying that the sort order is based on the order the versions appear in on the Releases page.
And there is this change request:
Hi, thanks for the quick response! I went through what you shared and noticed something. The releases I want to sort are from different projects. While the releases are sorted correctly within each project, when I try to sort all the releases across projects, Jira groups them by project first. This grouping is what’s making the table look strange. The sorting technically works, but I’m not sure why it’s grouping by project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.