コンテンツにスキップ

bee issue comment

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.

Terminal window
bee issue comment [flags] <ISSUE>
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

Add a comment

Terminal window
bee issue comment PROJECT-123 -b "This is a comment"

Add a comment from stdin

Terminal window
echo "Comment body" | bee issue comment PROJECT-123

List all comments

Terminal window
bee issue comment PROJECT-123 --list

Edit your last comment

Terminal window
bee issue comment PROJECT-123 --edit-last -b "Updated text"

Delete your last comment

Terminal window
bee issue comment PROJECT-123 --delete-last --yes
BACKLOG_SPACE
Space hostname
BACKLOG_API_KEY
Authenticate with an API key