TOOL API

save_comment

Create or update a comment on a Linear issue. If `id` is provided, updates the existing comment; otherwise creates a new one. When creating, `issueId` and `body` are required.

devOAuth1 credits

Call information

Tool slug
linear.save_comment
Provider
Linear
Average response
0 ms
Calls in 7 days
0

Input parameters

id

Comment ID. If provided, updates the existing comment

issueId

Issue ID or identifier (e.g., LIN-123) (required when creating)

parentId

Parent comment ID (for replies, only when creating)

bodyrequired

Content as Markdown. Do not escape the string โ€” use literal newlines and special characters, not escape sequences