jira_delete_comment
Removes a specified comment from a Jira issue using its issue key and comment ID. Helps maintain clean and relevant issue discussions.
Instructions
Delete a comment from a Jira issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | The issue key (e.g., PROJ-123) | |
| commentId | Yes | The comment ID to delete |