linear_create_comment
Adds a comment to a specified Linear issue using its ID and text content.
Instructions
Creates a new comment on an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment text content | |
| issueId | Yes | ID of the issue to comment on |