linear_create_comment
Add a comment to a Linear issue or reply to an existing comment using markdown content.
Instructions
Create a new comment on an issue or reply to an existing comment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment content in markdown format | |
| issueId | Yes | Issue ID to comment on | |
| createAsUser | No | Name to display for the comment creator (OAuth apps only) | |
| displayIconUrl | No | URL of the avatar to display (OAuth apps only) | |
| parentCommentId | No | Parent comment ID for threaded replies (optional) |