linear_updateComment
Update a comment's body, quoted text, or subscribers by providing its ID and new values. Also manage resolution and subscription settings.
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 |