jira_delete_comment
Delete a comment from a Jira issue by providing the issue key and comment ID. Use this to remove outdated or incorrect comments.
Instructions
Deletes a comment from a Jira issue.
Args: issue_key: The ID or key of the issue. comment_id: The ID of the comment to delete (from jira_get_comments).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | ||
| comment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |