add_comment
Add a Markdown-formatted comment to a Jira issue, converting it to rich text. Returns the created comment; no subsequent edits or deletions.
Instructions
Add one comment to an issue. body is Markdown -- headings, lists, fenced code blocks, bold/italic, inline code, links -- converted to Jira's rich text; anything outside that set stays literal. Returns the created comment in the same shape get_comments returns. This server cannot edit or delete a comment afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| issue_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||