Create attachment
create_attachmentFull Description
Create a new attachment on a specific Linear issue by uploading base64-encoded content.
Parameters (4 required, 2 optional)
base64ContentstringBase64-encoded file content to upload
contentTypestringMIME type for the upload (e.g., 'image/png', 'application/pdf')
filenamestringFilename for the upload (e.g., 'screenshot.png')
issuestringIssue ID or identifier (e.g., LIN-123)
subtitlestringOptional subtitle for the attachment
titlestringOptional title for the attachment