jira_comment_delete
Permanently remove a JIRA comment using its issue key and comment ID. Authorization via confirm=true is required to prevent accidental deletion.
Instructions
Delete a JIRA comment (identified by key + comment_id; get the id from jira_comment with action = "list"). Irreversible: pass confirm: true to authorise — without it the tool refuses and makes no API call. To change a comment's text instead of removing it use jira_comment_edit. Mirrors omni-dev atlassian jira comment delete. Returns a short status line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | JIRA issue key (e.g., `PROJ-123`). | |
| confirm | No | Must be `true` to authorise the irreversible delete; the tool refuses (without calling the API) when `false`. | |
| comment_id | Yes | Comment ID to delete (from `jira_comment` with `action = "list"`). |