コンテンツにスキップ

bee issue list

List issues

By default, sorted by last updated date in descending order. Multiple project keys can be comma-separated.

Terminal window
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

List issues in a project

Terminal window
bee issue list -p PROJECT

List your assigned issues

Terminal window
bee issue list -p PROJECT -a @me

Filter by keyword and priority

Terminal window
bee issue list -p PROJECT -k "login bug" --priority high

Output as JSON

Terminal window
bee issue list -p PROJECT --json
BACKLOG_PROJECT
Project ID or project key (comma-separated for multiple)
BACKLOG_SPACE
Space hostname
BACKLOG_API_KEY
Authenticate with an API key
BACKLOG_PROJECT
Default project ID or project key