DocsFind & FilterSearch
Back
Find & Filter

Search

Full-text search across ID, title, status, assignee, and labels:

xpo list --match "login"
xpo list -m "token refresh"

Combine with other filters:

xpo list --match "auth" --label bug --status DOING

Press Cmd/Ctrl + K in the web board to open the command palette. Type to search by issue ID or title — results appear instantly with fuzzy matching.

Show a specific issue

If you know the ID (or a unique prefix/substring):

xpo show <id>
xpo show a1b2                     # prefix match

xpo resolves IDs flexibly — exact match first, then prefix match, then substring.