Skip to main content

linear.updateissueprops

Home > @runlightyear/linear > UpdateIssueProps

UpdateIssueProps interface

Signature:
interface UpdateIssueProps 

Required Properties

PropertyModifiersTypeDescription
idLinearIDThe identifier in UUID v4 format.

Optional Properties

PropertyModifiersTypeDescription
assigneeId?LinearIDThe identifier of the user to assign the issue to.
boardOrder?numberThe position of the issue in its column on the board view.
cycleId?LinearIDThe cycle associated with the issue.
description?stringThe issue description in markdown format.
descriptionData?objectThe issue description as a Prosemirror document.
dueDate?stringThe date at which the issue is due.
estimate?numberThe estimated complexity of the issue.
labelIds?LinearID[]The identifiers of the issue labels associated with this ticket.
parentId?stringThe identifier of the parent issue.
priority?numberThe priority of the issue.
projectId?LinearIDThe project associated with the issue.
projectMilestoneId?LinearIDThe project milestone associated with the issue.
snoozedById?LinearIDThe identifier of the user who snoozed the issue.
snoozedUntilAt?DateTimeThe time until an issue will be snoozed in Triage view.
sortOrder?numberThe position of the issue related to other issues.
stateId?LinearIDThe team state of the issue.
subIssueSortOrder?numberThe position of the issue in parent's sub-issue list.
subscriberIds?LinearID[]The identifiers of the users subscribing to this ticket.
teamId?LinearIDThe identifier or key of the team associated with the issue.
title?stringThe title of the issue.
trashed?booleanWhether the issue has been trashed.