jira_edit_comment
Edit a comment on a Jira issue by specifying the issue key, comment ID, and new markdown content. Supports user mentions with @[accountId].
Instructions
Edits an existing comment on a Jira issue.
Args: issue_key: The ID or key of the issue. comment_id: The ID of the comment to edit (from jira_get_comments). comment: The new comment content in markdown. Supports headings, bold, italic, strikethrough, links, code blocks, lists, tables, etc.
Mentioning users: To tag a user, first call jira_search_users to find their accountId, then use @[accountId] in the text (e.g. @[712020:abc123]). You can also use @username which auto-resolves if there is exactly one match, but will fail if ambiguous -- prefer @[accountId].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | ||
| comment_id | Yes | ||
| comment | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |