bee issue list
Overview
Section titled “Overview”List issues
By default, sorted by last updated date in descending order. Multiple project keys can be comma-separated.
bee issue list [flags]-p,--project <id>- Project ID or project key (comma-separated for multiple)
-a,--assignee <id>- Assignee user ID (repeatable). Use @me for yourself.
-S,--status <id>- Status ID (repeatable)
-P,--priority <name>- Priority name (repeatable)
-T,--type <id>- Issue type ID (repeatable)
--category <id>- Category ID (repeatable)
--version <id>- Version ID (repeatable)
--milestone <id>- Milestone ID (repeatable)
--resolution <id>- Resolution ID (repeatable)
--parent-issue <id>- Parent issue ID (repeatable)
-k,--keyword <text>- Keyword search
--created-since <date>- Show issues created on or after this date
--created-until <date>- Show issues created on or before this date
--updated-since <date>- Show issues updated on or after this date
--updated-until <date>- Show issues updated on or before this date
--start-since <date>- Show issues starting on or after this date
--start-until <date>- Show issues starting on or before this date
--due-since <date>- Show issues due on or after this date
--due-until <date>- Show issues due on or before this date
--sort <field>- Sort field
--order <dir>- Sort order
-L,--count <n>- Number of results (default: 20)
--offset <n>- Offset for pagination
--json <fields>- Output as JSON (optionally filter by field names, comma-separated)
-s,--space <hostname>- Space hostname (e.g. xxx.backlog.com, or your own domain)
-y,--yes- Skip confirmation prompt
Examples
Section titled “Examples”List issues in a project
bee issue list -p PROJECTList your assigned issues
bee issue list -p PROJECT -a @meFilter by keyword and priority
bee issue list -p PROJECT -k "login bug" --priority highOutput as JSON
bee issue list -p PROJECT --jsonEnvironment variables
Section titled “Environment variables”BACKLOG_PROJECT- Project ID or project key (comma-separated for multiple)
BACKLOG_SPACE- Space hostname (e.g. xxx.backlog.com, or your own domain)
BACKLOG_API_KEY- Authenticate with an API key
BACKLOG_SPACE- Space hostname
BACKLOG_PROJECT- Default project ID or project key