コンテンツにスキップ

bee issue count

Count issues

Accepts the same filter flags as bee issue list.

Terminal window
bee issue count [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)
-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
--due-since <date>
Show issues due on or after this date
--due-until <date>
Show issues due on or before this date
--json <fields>
Output as JSON (optionally filter by field names, comma-separated)
-s , --space <hostname>
Space hostname

Count all issues in a project

Terminal window
bee issue count -p PROJECT

Count open bugs assigned to you

Terminal window
bee issue count -p PROJECT -a @me -k "bug"

Output as JSON

Terminal window
bee issue count -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