Actions
| Name | Description |
|---|---|
linear_create_issueCreate a new issue in Linear workspace | Create a new issue in Linear workspace |
linear_update_issueUpdate a issue in Linear Workspace | Update a issue in Linear Workspace |
linear_create_projectCreate a new project in Linear workspace | Create a new project in Linear workspace |
linear_update_projectUpdate a existing project in Linear workspace | Update a existing project in Linear workspace |
linear_create_commentCreate a new comment on an issue in Linear workspace | Create a new comment on an issue in Linear workspace |
rawGraphqlQueryPerform a raw GraphQL query | Perform a raw GraphQL query |
Triggers
| Name | Description |
|---|---|
new_issueTriggers when Linear receives a new issue | Triggers when Linear receives a new issue |
updated_issueTriggers when an existing Linear issue is updated | Triggers when an existing Linear issue is updated |
removed_issueTriggers when an existing Linear issue is removed | Triggers when an existing Linear issue is removed |
Quick Start
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.