createLinearComment
Add a comment to an existing Linear issue by providing the issue ID and comment content. Supports markdown for formatting.
Instructions
Creates a new comment on an existing issue in Linear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Content of the comment (markdown supported) | |
| issueId | Yes | ID of the issue to comment on |