linear_updateComment
Edit an existing comment's body, quoted text, and resolution status. Adjust subscribers or prevent auto-subscription when updating a Linear comment.
Instructions
Update an existing comment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the comment to update | |
| body | No | Updated comment body | |
| quotedText | No | Optional quoted text for inline comments | |
| subscriberIds | No | Optional subscriber IDs | |
| resolvingUserId | No | Optional resolving user ID | |
| resolvingCommentId | No | Optional resolving comment ID | |
| doNotSubscribeToIssue | No | Prevent auto subscription on update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| body | No | ||
| user | No | ||
| issue | No | ||
| parent | No | ||
| editedAt | No | ||
| createdAt | No | ||
| updatedAt | No | ||
| quotedText | No |