TOOL API
create_ attachment
Create a new attachment on a specific Linear issue by uploading base64-encoded content.
devOAuth1 credits
Call information
- Tool slug
- linear.create_attachment
- Provider
- Linear
- Average response
- 492 ms
- Calls in 7 days
- 1
Input parameters
issuerequiredIssue ID or identifier (e.g., LIN-123)
base64ContentrequiredBase64-encoded file content to upload
filenamerequiredFilename for the upload (e.g., 'screenshot.png')
contentTyperequiredMIME type for the upload (e.g., 'image/png', 'application/pdf')
titleOptional title for the attachment
subtitleOptional subtitle for the attachment