← All integrations

Linear

18 operations9 webhooks

Issue tracking tool for software teams managing projects, cycles, and product roadmaps.

Supported operations

  • CreateWrite

    Post a comment on an issue

  • DeleteDestructive

    Delete a comment

  • ListRead-only

    List comments on an issue

  • UpdateWrite

    Update a comment

Supported triggers

  • Create

    A comment was added to an issue

  • Remove

    A comment was deleted

  • Update

    A comment was updated

FAQ

Install corsair and @corsair-dev/linear, add the Linear plugin, and connect with an API key or OAuth. Then call methods like corsair.linear.api.comments.create() from your app. Corsair verifies webhooks, stores tokens, and syncs data per tenant.

Yes. Linear supports an API key or OAuth. Use credentials or OAuth scopes that match what you automate. Create them in the Linear developer console, then paste into Corsair or connect through managed auth in Hub.

Yes. One Corsair client can hit Linear, GitHub, Notion, Stripe, and the rest. Trigger Linear from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for issue tracking tool for software teams managing projects, cycles, and product roadmaps. Common builds include sync jobs, admin tooling, and agents that call Linear APIs from your backend. Webhook handlers react to Linear events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced Linear records without hitting the API on every read.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Linear API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/linear in the open repo. When Linear ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your Linear data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Linear data on your behalf.