jira_comments_add
Add comments to Jira issues using plain text or ADF JSON. Returns comment ID, issue key, author, and creation time.
Instructions
Add a comment to a Jira issue.
Accepts plain text (auto-converted) or raw ADF JSON. Returns: {id, issue_key, author, created}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Issue key, e.g. 'PROJ-123' | |
| body | Yes | Comment text. Plain text is auto-converted to ADF format. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||