When using the query
order by Sprint
it shows me the following error:
Field 'Sprint' does not support sorting.
Can we allow sorting by sprint (taking into account the dates of sprint).
Use case: you can create the "to do" list for users or specific user taking into account the sprint of the issues and not just priority of fix version.
- duplicates
-
JSWSERVER-7664 It would be useful to sort issues on the Issue Navigator by the Sprint field
- Closed
Another nail in the coffin for JIRA. This sort of amateurish design (followed by a complete lack of action) is dreadful.
More helpfully, you need to check the customfield table to see what the correct ID is to use:
e.g. this returned 10005 for us so we used customfield_100005. Many thanks Gregory!