-
Bug
-
Resolution: Fixed
-
Low
-
4
-
Severity 3 - Minor
-
3
-
Issue Summary
Sorting by Parent in team-managed projects breaks the secondary sorting clause.
Steps to Reproduce
- Create a filter for team-managed project issues containing inside an Epic (containing a parent). JQL: project = TMP
- Order by parent. JQL: project = TMP ORDER BY parent
- Add another clause to sort items. JQL: project = TMP ORDER BY parent, assignee
Expected Results
Issues to be ordered by parent and then sub-ordered by assignee.
Actual Results
Issues remain ordered by parent only, no matter the second clause (i.e. assignee ASC, assignee DESC)
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available