Delete comment
jira_delete_commentPermanently delete one comment from a Jira issue. This irreversible deletion is not recorded in the changelog; to correct a comment, edit it in place.
Instructions
Permanently delete one comment from an issue. IRREVERSIBLE: the comment is not recoverable and the deletion is not recorded in the issue changelog. Requires JIRA_ALLOW_IRREVERSIBLE=true on top of the usual plan → apply; the plan works without it and shows the comment that would be destroyed. To correct a comment, jira_update_comment edits it in place instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apply | No | Set true to EXECUTE this write. Omit (or false) to get a plan of the request that would be sent. Executing also requires the server to run with JIRA_WRITE_MODE=apply. | |
| issue | Yes | Issue key (PROJ-123) or numeric issue id. | |
| plan_id | No | The single-use id returned by the preceding plan-mode call. Required together with apply: true; a mismatch means the arguments changed since the plan, and the write is refused rather than executed. | |
| profile | No | Named credential profile for this call. Omit to use the active profile. Rejected when the server locks the profile (JIRA_LOCK_PROFILE). | |
| commentId | Yes | Numeric comment id, as jira_get_comments reports it. |