"Due Date" and "Due" Fields Creating Multiple Reference Conflict in JQL/Sort

XMLWordPrintable

    • 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

      1. Create a filter and add ORDER BY duedate ASC
      2. Search and Save the filter
      3. 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

            Assignee:
            Unassigned
            Reporter:
            João Carlos Montanha Zurobski
            Votes:
            3 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated: