-
Bug
-
Resolution: Fixed
-
Low (View bug fix roadmap)
-
8.22.0, 8.20.7, 8.13.20, 8.22.6
-
8.13
-
2
-
Severity 3 - Minor
-
4
-
Issue Summary
Some Customers are reporting that after the upgrade to Jira version 8.20.7 LTS and 8.22.0, users have noticed that the "Epic Link" field is no longer sorted alphabetically, but is now sorted by "id." In previous versions this seems to be sorted alphabetically. This has been reproduced internally. So far these were the versions detected, but it could be present in another recent Jira versions as well.
Steps to Reproduce
- Install or upgrade to Jira 8.20.7 or 8.22.0 or 8.13.20.
- Create several issues as Epic issue type naming them with different names
- Create an issue as any other issue type to be able to select an option in the Epic Link drop-down field
Expected Results
The Epic Link drop-down list is sorted in alphabetical order.
Actual Results
The Epic Link drop-down list is now sorted by id.
Workaround
Revert the improvement using a feature flag: https://confluence.atlassian.com/jirakb/jswserver-21026-jql-based-epic-picker-1116286666.html (be mindful of performance consequences).
- is caused by
-
JSWSERVER-21026 Epic link dropdown slow in large instances
- Closed
- mentioned in
-
Page Failed to load
-
Page Failed to load
-
Page Failed to load
-
Page Failed to load
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
JSWSERVER-21026improved the performance of the epic picker, but unfortunately it came with annoying bugs.JSWSERVER-21280fixes these bugs and is currently awaiting release. In the fixed version you'll be able to find "Technical Epic" by typing "T", "Techni", "nical", "Epi", "TECHNIC" and so on (i.e. case-insensitive substring search).Results will be sorted by Epic Name, case sensitive. While I think sorting case insensitive would make more sense, it would require a bigger change. We use JQL underneath and order by "Epic Name" in JQL returns results with case-sensitive ordering (same as in the issue search).
I'll close this ticket now, but if this sorting is an issue, we can open a new one, specifically requesting case-insensitive sorting.