save_comment
Create or update comments on Linear issues or projects, with threaded reply support.
Instructions
Create or update a comment.
Pass id to edit an existing comment (only body is updateable).
Creating requires body and either issue_id or project_id.
parent_id threads the comment as a reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| body | No | ||
| issue_id | No | ||
| parent_id | No | ||
| workspace | No | ||
| project_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||