Skip to main content

Linear

Create and update Linear issues, post comments, search, and retrieve team data from your Collabase automations. Linear’s GraphQL API is used throughout.

Authentication

Auth type: API Key (Personal API Key) Create a key in Linear Settings → API → Personal API keys.
CredentialDescription
API KeyYour Linear personal API key

Triggers

TriggerWhen it fires
Issue CreatedA new Linear issue is created
Issue Status ChangedAn issue transitions to a different workflow state
Issue AssignedAn issue is assigned to a team member
Comment AddedA comment is posted on an issue

Actions

ActionKey inputsKey outputs
Create IssueteamId, title, description, priority (0–4), assigneeId, labelIds[], dueDateissueId, identifier, title, url
Update IssueissueId, title, description, priority, stateId, assigneeId, dueDateissueId, title
Get IssueissueIdissueId, identifier, title, state, priority, assignee, url
Add CommentissueId, bodycommentId, body
Search Issuesquery, teamId, limitissues[], count
List Teamsteams[] — id, name, key
Priority values: 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low.