コンテンツにスキップ

bee pr list

List pull requests

Use --status to filter by status (open, closed, merged).

Terminal window
bee pr list [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)
-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

List pull requests

Terminal window
bee pr list -p PROJECT -R repo

List open pull requests only

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

List your assigned pull requests

Terminal window
bee pr list -p PROJECT -R repo --assignee @me

Output as JSON

Terminal window
bee pr list -p PROJECT -R repo --json
BACKLOG_PROJECT
Project ID or project key (required)
BACKLOG_REPO
Repository name or ID (required)
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
BACKLOG_REPO
Default repository name