All issues
All Issues is the flat, sortable table behind the kanban: one row per ticket, no columns to scroll sideways through, and nothing hidden by a board's view settings. It comes in two scopes — one board, or the whole workspace.
Two scopes
- Board — the "All issues" link under the active board in the sidebar, at
/{workspace}/{BOARD}/issues. Every ticket on that board, including its backlog and anything the board view is hiding. - Workspace — the "All issues" link at the top of the sidebar (and in the boards page header), at
/{workspace}/issues. Every ticket on every board you can read, with a Board column so you can tell them apart.
The workspace view opens on "To do"
The workspace view starts filtered to tickets whose column is a To Do column — by the column's type, not its name. A board whose first column is called "Open questions" is in that default just like one called "To Do".
That filter is a removable pill like any other. Remove it and you see everything; open the Filter menu's Status section to pick any mix of To Do, In Progress, Done, Won't Do and Backlog.
Backlog is its own status. A backlog ticket has no column, so it has no column type either — that is why it is not in the To Do default, and why it has its own entry in the same list.
Filtering and sorting
The Filter menu offers Status and Board on the workspace view, Column on a board view, and Tag and Assignee on both. Selections appear as pills next to the search box; click a pill's × (or press Backspace with an empty search box) to remove it.
Tags are defined per board, so on the workspace view a tag name that exists on several boards is listed once and matches on all of them.
Typing in the search box narrows by title, description, ticket key, tag name and assignee — and, at three characters or more, also runs a meaning-based search across the workspace. Rows found that way are marked semantic.
Click any column header to sort by it; click again to reverse. Sorting by Column on the workspace view groups by column type first, so every board's in-progress work sits together. Your filters and sort live in the URL, so the view is shareable and survives a reload.
Opening a ticket
Click a row to open the ticket. Closing it brings you back to the same list, with your filters and sort intact.