linear_createComment
Add a comment to issues, projects, initiatives, document content, or reply in threads using Markdown.
Instructions
Add a comment to an issue, project, initiative, update, document content, or as a threaded reply
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Text of the comment (Markdown supported) | |
| postId | No | ID of the post to comment on | |
| issueId | No | ID or identifier of the issue to comment on (e.g., ABC-123) | |
| parentId | No | ID of the parent comment to reply to (for threaded comments) | |
| projectId | No | ID of the project to comment on | |
| quotedText | No | Optional quoted text for inline comments | |
| initiativeId | No | ID of the initiative to comment on | |
| subscriberIds | No | Optional user IDs to subscribe to the comment target | |
| projectUpdateId | No | ID of the project update to comment on | |
| documentContentId | No | ID of the document content to anchor an inline comment to | |
| initiativeUpdateId | No | ID of the initiative update to comment on |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| body | No | ||
| user | No | ||
| issue | No | ||
| project | No | ||
| parentId | No | ||
| createdAt | No | ||
| updatedAt | No | ||
| initiative | No | ||
| projectUpdate | No | ||
| initiativeUpdate | No |