Views
Backlog
The Backlog view shows all issues in a flat, filterable list. Use it for triage, grooming, and bulk operations.
Open the backlog
xpo board
Navigate to the Backlog view from the sidebar.
From the CLI
xpo list # all active issues
xpo list --status BACKLOG # just the backlog
xpo list --all # include old DONE issues
Filtering
Narrow the list with filters:
xpo list --label bug
xpo list --assignee "Alice"
xpo list --mine
xpo list --since 1w
xpo list --match "login"
In the web board, use the filter controls at the top of the Backlog view to filter by status, label, assignee, and more. See Filters for the full reference.
Sorting
Drag issues to reorder them. The sort order is consistent across all views.