linear · AsyncAPI Specification
Linear Webhooks API
Version 2.0.0
Linear webhooks deliver HTTP push notifications whenever data is created, updated, or removed. Webhooks are organization-scoped and can be configured for all public teams or a single team, enabling integrations that trigger CI builds, update external systems, or send messages based on issue activity.
Channels
issue/created
Issue created
Fired when a new issue is created
issue/updated
Issue updated
Fired when an issue is updated
issue/removed
Issue removed
Fired when an issue is deleted or trashed
comment/created
Comment created
Fired when a comment is added to an issue
comment/updated
Comment updated
Fired when a comment is edited
project/created
Project created
Fired when a project is created
project/updated
Project updated
Fired when a project is updated
cycle/created
Cycle created
Fired when a cycle (sprint) is created
issueLabelCreated
Issue label created
Fired when an issue label is created
Messages
IssueCreated
Issue Created Event
Payload for issue.create webhook events
IssueUpdated
Issue Updated Event
Payload for issue.update webhook events
IssueRemoved
Issue Removed Event
Payload for issue.remove webhook events
CommentCreated
Comment Created Event
Payload for comment.create webhook events
CommentUpdated
Comment Updated Event
Payload for comment.update webhook events
ProjectCreated
Project Created Event
Payload for project.create webhook events
ProjectUpdated
Project Updated Event
Payload for project.update webhook events
CycleCreated
Cycle Created Event
Payload for cycle.create webhook events
IssueLabelCreated
Issue Label Created Event
Payload for issueLabel.create webhook events
Servers
https
production
https://api.linear.app
Linear production server (webhook source)