docs/cloud/list-view.mdx
The list view provides a tabular way to see all your issues, including those in hidden statuses. It's ideal for reviewing many issues at once and getting a complete overview of your project.
<Frame> </Frame>To switch to list view, click the All tab in the header above the board.
<Frame> </Frame>| Tab | What it shows |
|---|---|
| All | All issues across all statuses (including hidden) |
| Backlog, Cancelled, etc. | Issues in that specific hidden status only |
To return to the kanban view, click the Active tab.
Issues in the list view are grouped by status. Each status section shows:
Each row in the list shows:
Click any row to open the full issue panel.
List view supports multi-select for bulk operations. Each row has a checkbox that appears when you hover over its left edge.
Selected rows are highlighted. When two or more issues are selected, the bulk action bar appears at the bottom of the screen with options to change status, priority, assignees, or delete. See Selecting Multiple Issues for full details.
List view is best for:
<CardGroup cols={2}> <Card title="Reviewing all issues" icon="list"> See every issue in your project at once, including hidden statuses like Backlog and Cancelled. </Card> <Card title="Finding specific issues" icon="magnifying-glass"> Combined with search and filters, quickly locate issues across all statuses. </Card> <Card title="Bulk operations" icon="clipboard-list"> Select multiple issues with checkboxes to change status, priority, or assignees in bulk. </Card> <Card title="Accessing hidden statuses" icon="eye"> View and manage issues in Backlog, Cancelled, or other hidden statuses. </Card> </CardGroup>The filter bar works the same in list view as in kanban view:
See Filtering & Sorting for more details.