add_comment
Add a plain-text comment to a Jira Story. Use it to log updates like PRD doc changes. Returns success status and comment ID.
Instructions
Adds a plain-text comment to a Story. Used, for example, to log when the PRD doc is updated in Outline. Returns { success, comment_id }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Plain text comment body | |
| issue_key | Yes | Issue key, e.g. "PRD-42" |