Jira: Add Comment
jira_add_commentAdd a comment to a Jira issue using issue key and plain text or ADF document.
Instructions
Add a comment to an issue via /rest/api/3/issue/{key}/comment. Body may be plain string or ADF doc object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment body: plain text string or ADF doc object | |
| issueKey | Yes | Issue key, e.g. WOR-2367 | |
| validateAdf | No | If true and body is object-like, validate it as an ADF doc |