bee pr comments
Overview
Section titled “Overview”List comments on a pull request
Displays all comments in chronological order.
bee pr comments [flags] <NUMBER>Arguments
Section titled “Arguments”NUMBER- Pull request number
-p,--project <id>- Project ID or project key (required)
-R,--repo <name>- Repository name or ID (required)
--min-id <n>- Minimum ID for cursor-based pagination
--max-id <n>- Maximum ID for cursor-based pagination
-L,--count <n>- Number of results (default: 20)
--order <dir>- Sort order
--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
Examples
Section titled “Examples”List pull request comments
bee pr comments 42 -p PROJECT -R repoOutput as JSON
bee pr comments 42 -p PROJECT -R repo --jsonEnvironment variables
Section titled “Environment variables”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