jira_add_comment
Post a Markdown-formatted comment to a Jira issue by key or numeric ID. Content converts automatically to Atlassian Document Format for Jira Cloud.
Instructions
Add a new comment to a Jira issue (Story, Bug, Task, etc.) by its key or numeric ID. REQUIRED: Always provide a Markdown-formatted comment body. Use headers (# ## ###), lists (*, -), bold (text), italic (text), code (code), links (text), tables, blockquotes (>), and horizontal rules (---). Automatically converted to Atlassian Document Format (ADF) for Jira Cloud.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueIdOrKey | Yes | The Jira issue key (e.g. 'PROJ-123') or numeric issue ID to comment on. | |
| markdownBody | Yes | REQUIRED. The comment body in Markdown format. Use headers, lists, bold, italic, code, links, tables, blockquotes, and horizontal rules. This will be converted to ADF for Jira. |