linear_updateComment
Update an existing comment on a Linear issue, with options for quoted text and subscriber management.
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 |