linear_getComments
Fetch comments from issues, projects, initiatives, updates, or document content in Linear. Supports pagination and sorting.
Instructions
Get comments for an issue, project, initiative, update, or document content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of comments to return (default: 25) | |
| cursor | No | Pagination cursor returned by Linear | |
| postId | No | ID of the post to get comments from | |
| issueId | No | ID or identifier of the issue to get comments from (e.g., ABC-123) | |
| orderBy | No | Sort comments by created or updated date | |
| projectId | No | ID of the project to get comments from | |
| initiativeId | No | ID of the initiative to get comments from | |
| projectUpdateId | No | ID of the project update to get comments from | |
| documentContentId | No | ID of the document content to get inline comments from | |
| initiativeUpdateId | No | ID of the initiative update to get comments from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes |