linear_createComment
Add a comment to a Linear issue with Markdown support and threaded replies. Specify issue ID and optional parent comment ID.
Instructions
Add a comment to an issue in Linear (supports threaded replies)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | Yes | ID or identifier of the issue to comment on (e.g., ABC-123) | |
| body | Yes | Text of the comment (Markdown supported) | |
| parentId | No | ID of the parent comment to reply to (for threaded comments) |