-
Suggestion
-
Resolution: Unresolved
-
1
-
4
-
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Problem Definition
Currently in JIRA if users list issues according to the FixVersions, JIRA will be listing the Issues according to the Issue Key and after that according to FixVersions value. This is because versions are project specific and the sort order is defined by the arrangement of the project versions within the project configuration.
Suggested Solution
Allow users to sort issues by Fix Versions value even though they are searching for issues from multiple projects.
Workaround
Currently there's no workaround for this.
- is related to
-
JRASERVER-59992 List Issues in Issue Navigator according to FixVersions regardless of Issue Key
- Gathering Interest
The issue occurs even when project is specified, so not a workaround. In any case, ordering by fixVersion only should sort by fixVersion only, whether you specify the project key or not. You don't order by createdDate and expect it to group by project without specifying project, so why should fixVersion be any different?
We set fix version as follows: "x.x.x Web: feature" , or "x.x.x Apps: feature"
Given
project = JRACLOUD and status = "To Do" ORDER BY fixVersion ASC
And ASC = "Go up" in Jira (as in, "ascending the stairs"):
Observed:
*NOTE: Confirmed that it's NOT sorting by version release or start date instead of alphabetical, so those are not the source of this unexpected ordering. Null at the end of an ASC query is suspect, though. Almost looks like code collision, doesn't it?
Expected:
A-Z Sort
Given 3.2.0 Web & 3.2.0 Apps: