jira_comment
List or add comments on JIRA issues. Use 'list' to fetch existing comments, or 'add' to post a new comment with JFM markdown.
Instructions
Manage JIRA issue comments. action = "list" returns comments as YAML; action = "add" posts the given body (JFM markdown).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | `list` to fetch comments; `add` to post a new one. | |
| body | No | Comment body (JFM markdown — see resource `omni-dev://specs/jfm`). Required for `action = "add"`. | |
| key | Yes | JIRA issue key (e.g., `PROJ-123`). | |
| limit | No | Maximum number of comments to return. `0` means unlimited. |