Skip to main content

linear.createissueprops

Home > @runlightyear/linear > CreateIssueProps

CreateIssueProps interface

This API is in beta and may contain contain bugs. Can be used in production with caution.

Signature:
interface CreateIssueProps 

Required Properties

PropertyModifiersTypeDescription
teamIdstring(BETA) The identifier or key of the team associated with the issue.
titlestring(BETA) The title of the issue.

Optional Properties

PropertyModifiersTypeDescription
assigneeId?string(BETA) The identifier of the user to assign the issue to.
boardOrder?number(BETA) The position of the issue in its column on the board view.
createAsUser?string(BETA) Create issue as a user with the provided name. This option is only available to OAuth applications creating issues in actor=application mode.
createdAt?string(BETA) The date when the issue was created (e.g. if importing from another system). Must be a date in the past. If none is provided, the backend will generate the time as now.
cycleId?string(BETA) The cycle associated with the issue.
description?string(BETA) The issue description in markdown format.
descriptionData?object(BETA) The issue description as a Prosemirror document.
displayIconUrl?string(BETA) Provide an external user avatar URL. Can only be used in conjunction with the createAsUser options. This option is only available to OAuth applications creating comments in actor=application mode.
dueDate?string(BETA) The date at which the issue is due.
estimate?number(BETA) The estimated complexity of the issue.
id?string(BETA) The identifier in UUID v4 format. If none is provided, the backend will generate one.
labelIds?string[](BETA) The identifiers of the issue labels associated with this ticket.
parentId?string(BETA) The identifier of the parent issue.
priority?number(BETA) The priority of the issue.
projectId?string(BETA) The project associated with the issue.
referenceCommentId?string(BETA) The comment the issue is referencing.
sortOrder?number(BETA) The position of the issue related to other issues.
stateId?string(BETA) The team state of the issue.
subIssueSortOrder?number(BETA) The position of the issue in parent's sub-issue list.
subscriberIds?string[](BETA) The identifiers of the users subscribing to this ticket.