Integrations / Project management
Linear
Read, create and update Linear issues, comment on them, and trigger workflows from Linear webhooks.
Tools
linear.get_issue
Get an issue with its comments.
linear.search_issues
Find issues by text in their title or description, team, state or assignee. Newest first.
linear.list_teams
List teams with their keys and workflow states, for the team and state arguments of the other tools.
linear.create_issue writes
Open a new issue.
linear.update_issue writes
Change an issue's title, description, state, priority or assignee. Pass only what should change.
linear.create_comment writes
Comment on an issue.
Triggers
In Linear, go to Settings → API → Webhooks, add a webhook with this URL, pick the data change events your workflows use, and paste its signing secret on this connection.
Events
triggerkind: linear connection: linear events: [Issue] actions: [...] teams: [...] states: [...] include_self: [...]
Examples
Linear issue triage — Every new issue gets a priority and a triage note before anyone opens it.
Your next automation is one sentence away.
14-day free trial with $5 of built-in AI included. Cancel anytime.