Browse this guide

Sort a Jira board by priority or due date

Sorting decides which work item comes first within a view. Grouping decides which lane or column contains it. On a company-managed software board, ordering comes from the saved board filter. If you need a personal sorted view, start with a list or search rather than changing a filter used by your team.

Sort a board

Ask the board administrator and filter owner to check which boards share the saved filter before changing it.

  1. Record the current filter

    Open the board settings and inspect the saved filter. Keep a copy of the full query, including its ORDER BY clause, so you can restore it.
  2. Choose one primary sort

    Keep the selection part of the query unchanged. For priority order, use ORDER BY priority DESC. For earliest due dates first, use ORDER BY duedate ASC. A quick filter narrows the selection; it is not an independent sorting control.
  3. Preview before saving

    Run the query in search. Compare work with different priorities or dates, and check items with no due date. Then save through the filter owner’s account and return to the board.
  4. Decide whether manual ranking is more useful

    Field ordering can prevent manual drag-to-rank behavior. Restore ORDER BY Rank ASC when the team needs a manually ordered backlog. Do not treat a priority-sorted board as an independent rank.

Sort work inside your board

Choose a field and direction in BetterBoard’s Display settings, then save the board configuration.

Learn how

Good to know

Example: a review queue and a sprint backlog can need different orders.

  • A high-priority item due next month may need to sit above a low-priority item due tomorrow in one view, and below it in another. Choose the primary question first.
  • Sorting does not set or update priority and due dates.
  • Shared saved-filter edits can affect other boards. Jira rank is also shared; do not assume it belongs to one board only.

Sort work inside your board

Choose a field and direction in BetterBoard’s Display settings, then save the board configuration.

Try BetterBoard free

FAQ

Can a quick filter sort my board?
Use quick filters to reduce the visible set. Set ordering through the board filter, or use a separate sorted view.
How do I sort inside BetterBoard columns?
Open Display, use Order by to select the field and direction, then save. Follow the sorting documentation for the available field types.

Sources