Skip to main content
createIssueAttachment creates or idempotently updates an external attachment. Reusing the same url updates the existing attachment rather than creating a duplicate.
automations/attach-linear-resource.automation.ts
issueId, non-empty title, and valid external url are required. Optional fields are Markdown commentBody, groupBySource, PNG/JPEG iconUrl, string-or-number metadata, subtitle, and account. Returns the created or updated LinearAttachment. This action links a URL; it does not upload file bytes.