Linear

Available Linear triggers for automating workflows

Linear provides 15 triggers for automating workflows based on events.

Triggers

Linear Comment Created

Trigger workflow when a new comment is created in Linear

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
teamIdstringNoTeam ID

Linear Comment Updated

Trigger workflow when a comment is updated in Linear

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
teamIdstringNoTeam ID

Linear Customer Request Created

Trigger workflow when a new customer request is created in Linear

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
teamIdstringNoTeam ID

Linear Customer Request Updated

Trigger workflow when a customer request is updated in Linear

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
teamIdstringNoTeam ID

Linear Cycle Created

Trigger workflow when a new cycle is created in Linear

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
teamIdstringNoTeam ID

Linear Cycle Updated

Trigger workflow when a cycle is updated in Linear

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
teamIdstringNoTeam ID

Linear Issue Created

Trigger workflow when a new issue is created in Linear

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
teamIdstringNoTeam ID

Linear Issue Removed

Trigger workflow when an issue is removed/deleted in Linear

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
teamIdstringNoTeam ID

Linear Issue Updated

Trigger workflow when an issue is updated in Linear

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
teamIdstringNoTeam ID

Linear Label Created

Trigger workflow when a new label is created in Linear

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
teamIdstringNoTeam ID

Linear Label Updated

Trigger workflow when a label is updated in Linear

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
teamIdstringNoTeam ID

Linear Project Created

Trigger workflow when a new project is created in Linear

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
teamIdstringNoTeam ID

Linear Project Update Created

Trigger workflow when a new project update is posted in Linear

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
teamIdstringNoTeam ID

Linear Project Updated

Trigger workflow when a project is updated in Linear

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
teamIdstringNoTeam ID

Linear Webhook

Trigger workflow from Linear events you select when creating the webhook in Linear (not guaranteed to be every model or event type).

Configuration

ParameterTypeRequiredDescription
apiKeystringYesAPI Key
teamIdstringNoTeam ID

Output

ParameterTypeDescription
actionstringAction performed (create, update, remove)
typestringEntity type (Issue, Comment, Project, Cycle, IssueLabel, ProjectUpdate, etc.)
webhookIdstringWebhook ID
webhookTimestampnumberWebhook timestamp (milliseconds)
organizationIdstringOrganization ID
createdAtstringEvent creation timestamp
urlstringURL of the subject entity in Linear (top-level webhook payload)
dataobjectComplete entity data object
updatedFromobjectPrevious values for changed fields (only present on update)

On this page