This action will update an existing issue's status, assignee, or priority.
- API endpoint slug
- linear.update_an_issue
- Filter code method
- Linear.updateAnIssue.skip(string?: reason)
- Runtime method
- runAction("linear.update_an_issue", {})
Action fields
- 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)
- 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)
- 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)
- 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)