provider Attachments POST /attachment
@utdk/linear /attachment
Create an attachment on an issue
Create an attachment on a Linear issue to link external resources such as Figma designs, GitHub PRs, Sentry issues, or custom URLs. Attachments are displayed in the issue sidebar.

Try it

Authentication
Configure credentials for Linear API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

createattachment
POST/attachment
Create an attachment on a Linear issue to link external resources such as Figma designs, GitHub PRs, Sentry issues, or custom URLs. Attachments are displayed in the issue sidebar.

Input

required

ID of the issue to attach to

required

URL of the external resource

required

Display title for the attachment

Optional subtitle shown below the title

URL of the attachment icon

Additional metadata for the attachment

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import linear from '@utdk/linear';

await linear.createattachment()