eavz
Linear

Linear

Issue tracking for modern software teams

6 actions
3 triggers

Actions

Name
linear_create_issue

Create a new issue in Linear workspace

linear_update_issue

Update a issue in Linear Workspace

linear_create_project

Create a new project in Linear workspace

linear_update_project

Update a existing project in Linear workspace

linear_create_comment

Create a new comment on an issue in Linear workspace

rawGraphqlQuery

Perform a raw GraphQL query

Triggers

Name
new_issue

Triggers when Linear receives a new issue

updated_issue

Triggers when an existing Linear issue is updated

removed_issue

Triggers when an existing Linear issue is removed

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'linear',
  actionName: 'linear_create_issue',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Linear to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Linear support?

Linear supports 6 actions including Create Issue, Update Issue, Create Project, Update Project, Create Comment, and more.

Can I use Linear with AI agents?

Yes. Add Linear to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Linear use?

Linear uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Linear integration cost?

The Linear integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Linear support?

Linear supports 3 triggers including New Issue, Updated Issue, Removed Issue.

Connect Linear in 2 minutes

Get 1,000 free actions every month. No credit card required.