In Jira Agile. In the Work view. When an issue has no tasks it looses its prioriy and goes down the page in the "other issues" section.
Is there a way to fix this?
Thanks.
In Jira Agile. In the Work view. When an issue has no tasks it looses its prioriy and goes down the page in the "other issues" section.
Is there a way to fix this?
Thanks.
In the board's configuration, go to Swimlanes > Base Swimlanes on: Query.
For the JQL of the query, enter: ORDER BY Priority
This will order issues only by Priority, so that High priority issues with no subtasks will be above low priority issues with many subtasks.