linear_get_attachments
Retrieve file attachments associated with a specific Linear issue to access supporting documents and media files.
Instructions
Get attachments for an issue in Linear
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issueId | Yes | Issue ID to get attachments for |
Input Schema (JSON Schema)
{
"properties": {
"issueId": {
"description": "Issue ID to get attachments for",
"type": "string"
}
},
"required": [
"issueId"
],
"type": "object"
}