bee issue comment
Overview
Section titled “Overview”Add a comment to an issue
When input is piped, it is used as the body automatically.
Use --list, --edit-last, or --delete-last for other comment operations.
bee issue comment [flags] <ISSUE>Arguments
Section titled “Arguments”-
ISSUE - Issue ID or issue key
-
-b,--body <text> - Comment body
-
--notify <id> - User IDs to notify (repeatable)
-
--attachment <id> - Attachment IDs (repeatable)
-
--list - List comments on the issue
-
--edit-last - Edit your most recent comment
-
--delete-last - Delete your most recent comment
-
--yes - Skip confirmation prompt for delete
-
--json <fields> - Output as JSON (optionally filter by field names, comma-separated)
-
-s,--space <hostname> - Space hostname
Examples
Section titled “Examples”Add a comment
bee issue comment PROJECT-123 -b "This is a comment"Add a comment from stdin
echo "Comment body" | bee issue comment PROJECT-123List all comments
bee issue comment PROJECT-123 --listEdit your last comment
bee issue comment PROJECT-123 --edit-last -b "Updated text"Delete your last comment
bee issue comment PROJECT-123 --delete-last --yesEnvironment variables
Section titled “Environment variables”-
BACKLOG_SPACE - Space hostname
-
BACKLOG_API_KEY - Authenticate with an API key