-
Bug
-
Resolution: Won't Fix
-
Low
-
2
-
Severity 3 - Minor
-
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.
Summary
Project "View Issues" for priority has duplicate sorting causing error.
{noformat}
project = 11400 AND resolution = Unresolved ORDER BY priority DESC, priority DESC, key ASC
{noformat}
Steps to reproduce
- Go to project summary
- Switch the view to Statistics if necessary
- Under Unresolved: By Priority section, click on View Issues
- JIRA will throw error The sort field 'priority' is referenced multiple times in the JQL sort
Current result
JIRA failed to provide a result for the search query.
Expected result
JIRA returns search result with the specified sorting.
Workaround
Edit the JQL manually by removing the duplicate sorting priority DESC, and rerun the search.
- is related to
-
JRASERVER-63035 Project "View Issues" for priority has duplicate sorting causing error
- Gathering Impact