jira_add_comment
Post a comment on a Jira issue and retrieve the comment URL for direct verification.
Instructions
Post a comment on a Jira issue. Returns the comment URL so you can verify it directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Jira issue key (e.g. AT-123). Required for new comments, optional when confirming with confirm_token. | |
| body | No | Comment text (plain text, will be wrapped in ADF paragraph). Required for new comments, optional when confirming with confirm_token. | |
| confirm_token | No | Confirmation token from preview step. When provided, key and body are optional — the pending comment content is used. |