Linear

Linear

Streamline issue tracking and project management with Linear

8 actions
3 triggers

Actions

Name
create_issue

Create a new issue in Linear

update_issue

Update an existing issue in Linear

get_issue

Get details of a specific issue

search_issues

Search for issues in Linear

create_comment

Add a comment to an issue

create_project

Create a new project in Linear

update_project

Update an existing project in Linear

custom_api_call

Make a custom GraphQL API call to Linear

Triggers

Name
new_issue

Triggers when a new issue is created in Linear

updated_issue

Triggers when an issue is updated in Linear

new_comment

Triggers when a new comment is added in Linear

Quick Start

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

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

const result = await weavz.actions.execute({
  integrationName: 'linear',
  actionName: '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 OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Linear support?

Linear supports 8 actions including Create Issue, Update Issue, Get Issue, Search Issues, 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 3 meta-tools with on-demand API discovery for efficient agent access.

What authentication does Linear use?

Linear uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Linear integration cost?

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

What triggers does Linear support?

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

Connect Linear in minutes

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