Linear
Streamline issue tracking and project management with Linear
Actions
| Name | Description |
|---|---|
create_issueCreate a new issue in Linear | Create a new issue in Linear |
update_issueUpdate an existing issue in Linear | Update an existing issue in Linear |
get_issueGet details of a specific issue | Get details of a specific issue |
search_issuesSearch for issues in Linear | Search for issues in Linear |
create_commentAdd a comment to an issue | Add a comment to an issue |
create_projectCreate a new project in Linear | Create a new project in Linear |
update_projectUpdate an existing project in Linear | Update an existing project in Linear |
custom_api_callMake a custom GraphQL API call to Linear | Make a custom GraphQL API call to Linear |
Triggers
| Name | Description |
|---|---|
new_issueTriggers when a new issue is created in Linear | Triggers when a new issue is created in Linear |
updated_issueTriggers when an issue is updated in Linear | Triggers when an issue is updated in Linear |
new_commentTriggers when a new comment is added in Linear | Triggers when a new comment is added in Linear |
Quick Start
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.