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
idComment ID. If provided, updates the existing comment
issueIdIssue ID or identifier (e.g., LIN-123) (required when creating)
parentIdParent comment ID (for replies, only when creating)
bodyrequiredContent as Markdown. Do not escape the string โ use literal newlines and special characters, not escape sequences