Skip to main content
updateIssue changes selected fields on an issue addressed by UUID or identifier.
automations/update-linear-issue.automation.ts
issueId is required. Optional fields are assigneeId, cycleId, description, dueDate, estimate, labelIds, addedLabelIds, removedLabelIds, parentId, priority, projectId, stateId, subscriberIds, teamId, title, and account. Nullable fields accept null to clear their value. labelIds replaces all labels; added/removed arrays modify the set. subscriberIds replaces all subscribers. Priority is 0–4 and estimate is a nonnegative integer or null. Returns the updated LinearIssue. Moving teams can make team-specific states, labels, cycles, or estimates invalid.