jira issue comment¶
Manage comments on a Jira issue
Add, list, edit, or delete comments. With no subcommand, behaves as comment add KEY ... for back-compat with the legacy jira issue comment KEY invocation.
Subcommands¶
- jira issue comment add - Add a comment to an issue
- jira issue comment delete - Delete a comment
- jira issue comment edit - Edit an existing comment
- jira issue comment list - List comments on an issue
Options¶
--body-markdown string Comment body as Markdown (lossy convenience layer)
--dry-run Preview mutation without submitting
-h, --help help for comment
--json-input string Comment body as native ADF JSON file (canonical for agents)
-p, --parallelism int Maximum concurrent requests (1-16) (default 1)
--visibility-group string Restrict comment to a Jira group
--visibility-role string Restrict comment to a Jira role (e.g. Developers)
Options inherited from parent commands¶
--adf-best-effort Allow lossy ADF conversions with structured warnings
--adf-strict Treat lossy ADF conversions as errors
--color string Color mode: "auto", "always", or "never" (default "auto")
-c, --config string Config file path
-d, --debug Enable debug output
-i, --interactive Launch persistent dashboard from root command
--no-input Disable interactive prompts (mandatory for headless / agent invocation)
--output string Output mode: auto, human, json, or compact (compact is the JSON data payload without the envelope — no ok/meta/warnings/errors) (default "auto")
-P, --profile string Jira profile name
--timeout duration Whole-invocation deadline (e.g. 30s, 2m); 0 disables it
SEE ALSO¶
- jira issue - Work with Jira issues
- jira issue comment add - Add a comment to an issue
- jira issue comment delete - Delete a comment
- jira issue comment edit - Edit an existing comment
- jira issue comment list - List comments on an issue