コンテンツにスキップ

bee pr count

Count pull requests

Accepts the same filter flags as bee pr list.

Terminal window
bee pr count [flags]
-p , --project <id>
Project ID or project key (required)
-R , --repo <name>
Repository name or ID (required)
-S , --status <name>
Status name (repeatable)
-a , --assignee <id>
Assignee user ID (repeatable). Use @me for yourself.
--issue <id>
Issue ID (repeatable)
--created-user <id>
Created user ID (repeatable)
--json <fields>
Output as JSON (optionally filter by field names, comma-separated)
-s , --space <hostname>
Space hostname

Count all pull requests

Terminal window
bee pr count -p PROJECT -R repo

Count open pull requests

Terminal window
bee pr count -p PROJECT -R repo --status open

Output as JSON

Terminal window
bee pr count -p PROJECT -R repo --json
BACKLOG_PROJECT
Project ID or project key (required)
BACKLOG_REPO
Repository name or ID (required)
BACKLOG_SPACE
Space hostname
BACKLOG_API_KEY
Authenticate with an API key
BACKLOG_PROJECT
Default project ID or project key
BACKLOG_REPO
Default repository name