-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
None
-
6
-
Severity 3 - Minor
-
39
Issue Summary
If we have the Due Date in the filter and decide to sort the order again, we receive the error:
- The sort field 'duedate' is referenced multiple times in the JQL sort. Field 'duedate' is an alias for field 'due'.
This happens because the Due field is added to the filter, generating this error.
The end of the filter will look like this: ORDER BY due ASC, duedate ASC
Steps to Reproduce
- Create a filter and add ORDER BY duedate ASC
- Search and Save the filter
- Click on Due Date
Expected Results
The issues will be change the order, by using Due Date.
Actual Results
When we click on Due Date we get the error: The sort field 'duedate' is referenced multiple times in the JQL sort. Field 'duedate' is an alias for field 'due'.
Workaround
Manually remove Due Date at the end of this filter