add_comment
Add comments to Jira issues to provide updates, document progress, or communicate with team members about specific tasks.
Instructions
Add a comment to a Jira issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | The issue key to comment on (e.g., PROJ-123) | |
| comment | Yes | The comment in ADF format or plain string. Example ADF: {"type":"doc","version":1,"content":[{"type":"paragraph","content":[{"type":"text","text":"Comment text"}]}]} |