linear_getIssueDocuments
Retrieve documents linked to a specific Linear issue by ID. Filter by title, sort by date, or include archived records to find relevant attachments.
Instructions
Get documents associated with a specific Linear issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of documents to return (default: 25) | |
| title | No | Case-insensitive title search filter | |
| issueId | Yes | ID or identifier of the issue whose documents should be returned | |
| orderBy | No | Sort documents by created or updated date | |
| includeArchived | No | Include archived documents in the results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes |