jira_add_comment
Add a comment to a Jira issue with optional visibility restrictions for groups or roles and choose from markdown, ADF, or plain text format.
Instructions
Adds a comment to an issue. Supports visibility restrictions for groups or roles. Comment format is controlled by the "format" parameter (default: markdown). Returns the created comment with author details and timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment body text | |
| format | No | Comment format: "markdown" (converts Markdown to ADF), "adf" (use as-is ADF object), "plain" (converts plain text to ADF with basic formatting). Default: "markdown" | markdown |
| issueKey | Yes | Issue key to add comment to | |
| visibility | No | Comment visibility restrictions |