website/docs/cli-reference/comments.md
Generated from bd help --doc comments
View or manage comments on an issue.
Examples:
bd comments bd-123
bd comments bd-123 --json
bd comments add bd-123 "This is a comment"
bd comments add bd-123 -f notes.txt
bd comments [issue-id] [flags]
Flags:
--local-time Show timestamps in local time instead of UTC
Add a comment to an issue.
Examples:
bd comments add bd-123 "Working on this now"
bd comments add bd-123 -f notes.txt
bd comments add [issue-id] [text] [flags]
Flags:
-a, --author string Add author to comment
-f, --file string Read comment text from file
Invalid — use bd comments <issue-id> to list comments
bd comments list