Close menu
Explore Plans
Mobile menu Close menu
Linear

Issue status updated

This trigger fires when an issue moves into a workflow status you choose.

Developer info

API endpoint slug
linear.issue_status_updated

Trigger fields

Status Dropdown list

Label
Which status?
Helper text
Fire when an issue moves into this status.
Slug
status
Required
true
Can have default value
false

Team Dropdown list

Label
Which team?
Helper text
Optionally, only watch issues in this team.
Slug
team
Required
true
Can have default value
false

Ingredients

Issue identifier The human-readable issue identifier, e.g. ENG-123.

Slug
issue_identifier
Filter code
Linear.issueStatusUpdated.IssueIdentifier
Type
String
Example
ENG-123

Issue title The title of the issue.

Slug
issue_title
Filter code
Linear.issueStatusUpdated.IssueTitle
Type
String
Example
Fix login redirect loop

Issue status The new status the issue moved into.

Slug
issue_status
Filter code
Linear.issueStatusUpdated.IssueStatus
Type
String
Example
Done

Issue previous status The status the issue was in before the change.

Slug
issue_previous_status
Filter code
Linear.issueStatusUpdated.IssuePreviousStatus
Type
String
Example
In Progress

Issue priority The issue's priority label.

Slug
issue_priority
Filter code
Linear.issueStatusUpdated.IssuePriority
Type
String
Example
High

Issue assignee The name of the issue's assignee, empty when unassigned.

Slug
issue_assignee
Filter code
Linear.issueStatusUpdated.IssueAssignee
Type
String
Example
Alex Kim

Issue url A link to the issue in Linear.

Slug
issue_url
Filter code
Linear.issueStatusUpdated.IssueUrl
Type
Web URL
Example
https://linear.app/acme/issue/ENG-123

Changed at When the status change happened.

Slug
changed_at
Filter code
Linear.issueStatusUpdated.ChangedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00