Add Comment
add_commentAdd a comment to a Jira issue using its key and comment body. Provide issue key and text to post the comment directly.
Instructions
Adds a comment to an issue (POST /rest/api/2/issue/{key}/comment).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | Yes | Comment body text | |
| issueKey | Yes | Issue key, e.g. 'ABC-123' |