bee issue count
Overview
Section titled “Overview”Count issues
Accepts the same filter flags as bee issue list.
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
Examples
Section titled “Examples”Count all issues in a project
bee issue count -p PROJECTCount open bugs assigned to you
bee issue count -p PROJECT -a @me -k "bug"Output as JSON
bee issue count -p PROJECT --jsonEnvironment variables
Section titled “Environment variables”-
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