Changelog · September 24, 2026
Linear connections
Workflows can now work with Linear, in both directions.
Trigger from Linear
Point a Linear webhook at your connection and a workflow can start when an issue is created, moves state, or gets a comment. Filter by event, action, team and state:
trigger:
kind: linear
connection: linear
events: [Issue]
teams: [ENG]
states: [In Review]
states fires when an issue moves into one of them, not on every edit while it sits there. What your workflow does itself, such as its own comments, doesn't trigger it again unless you ask for that.
Act in Linear
get_issue, search_issues, create_issue, update_issue, create_comment and list_teams. Name issues as ENG-123 and teams, states, labels and assignees by key, name or email address, and the connection looks up Linear's IDs. An allowed teams list keeps a connection to the teams you choose.
See Connections and Triggers for setup, or the Linear issue triage example for a workflow that uses both.
Your next automation is one sentence away.
14-day free trial with $5 of built-in AI included. Cancel anytime.