Close menu
Explore Plans
Mobile menu Close menu
Linear

Update an issue

This action will update an existing issue's status, assignee, or priority.

Developer info

API endpoint slug
linear.update_an_issue
Filter code method
Linear.updateAnIssue.skip(string?: reason)
Runtime method
runAction("linear.update_an_issue", {})

Action fields

Issue Text input > Other

Label
Which issue?
Helper text
The identifier of the issue to update, e.g. ENG-123.
Slug
issue
Required
true
Can have default value
true
Filter code method
Linear.updateAnIssue.setIssue(string: issue)

New status Text input > Other

Label
New status
Helper text
Optionally, the name of the workflow status to move the issue into (e.g. In Progress, Done).
Slug
new_status
Required
false
Can have default value
true
Filter code method
Linear.updateAnIssue.setNewStatus(string: new_status)

New assignee Text input > Other

Label
New assignee
Helper text
Optionally, the person to assign the issue to (email or name).
Slug
new_assignee
Required
false
Can have default value
true
Filter code method
Linear.updateAnIssue.setNewAssignee(string: new_assignee)

New priority Dropdown list

Label
New priority
Helper text
Optionally, the priority to set on the issue.
Slug
new_priority
Required
false
Can have default value
true
Filter code method
Linear.updateAnIssue.setNewPriority(string: new_priority)