linear.updateissueprops
Home > @runlightyear/linear > UpdateIssueProps
UpdateIssueProps interface
Signature:interface UpdateIssueProps
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
id | LinearID | The identifier in UUID v4 format. |
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
assigneeId? | LinearID | The identifier of the user to assign the issue to. | |
boardOrder? | number | The position of the issue in its column on the board view. | |
cycleId? | LinearID | The cycle associated with the issue. | |
description? | string | The issue description in markdown format. | |
descriptionData? | object | The issue description as a Prosemirror document. | |
dueDate? | string | The date at which the issue is due. | |
estimate? | number | The estimated complexity of the issue. | |
labelIds? | LinearID[] | The identifiers of the issue labels associated with this ticket. | |
parentId? | string | The identifier of the parent issue. | |
priority? | number | The priority of the issue. | |
projectId? | LinearID | The project associated with the issue. | |
projectMilestoneId? | LinearID | The project milestone associated with the issue. | |
snoozedById? | LinearID | The identifier of the user who snoozed the issue. | |
snoozedUntilAt? | DateTime | The time until an issue will be snoozed in Triage view. | |
sortOrder? | number | The position of the issue related to other issues. | |
stateId? | LinearID | The team state of the issue. | |
subIssueSortOrder? | number | The position of the issue in parent's sub-issue list. | |
subscriberIds? | LinearID[] | The identifiers of the users subscribing to this ticket. | |
teamId? | LinearID | The identifier or key of the team associated with the issue. | |
title? | string | The title of the issue. | |
trashed? | boolean | Whether the issue has been trashed. |