Skip to main content
linear.updateIssue changes selected fields on an issue by its UUID or identifier.
automations/update-linear-issue.automation.ts
Provide issueId. Optional fields are assigneeId, cycleId, delegateId, description, dueDate, estimate, labelIds, addedLabelIds, removedLabelIds, parentId, priority, projectId, stateId, subscriberIds, teamId, and title. Optional second argument { account } selects the Linear binding. Nullable fields accept null to clear their value. Use delegateId with an agent app-user ID to start a coding session, or null to remove delegation. labelIds replaces all labels. The added and 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.