Skip to main content

linear.issueresponse

Home > @runlightyear/linear > IssueResponse

IssueResponse interface

Signature:
interface IssueResponse 

Required Properties

PropertyModifiersTypeDescription
archivedAtDateTimeThe time at which the entity was archived. Null if the entity has not been archived.
assignee{ id: LinearID; name: string; }The user to whom the issue is assigned to.
autoArchivedAtDateTimeThe time at which the issue was automatically archived by the auto pruning process.
autoClosedAtDateTimeThe time at which the issue was automatically closed by the auto pruning process.
branchNamestringSuggested branch name for the issue.
canceledAtDateTimeThe time at which the issue was moved into canceled state.
completedAtDateTimeThe time at which the issue was moved into completed state.
createdAtDateTimeThe time at which the entity was created.
creator{ id: LinearID; name: string; }The user who created the issue.
customerTicketCountnumberReturns the number of Attachment resources which are created by customer support ticketing systems (e.g. Zendesk).
cycle{ id: LinearID; name: string; }The cycle that the issue is associated with.
descriptionStringThe issue's description in markdown format.
dueDateTimelessDateThe date at which the issue is due.
estimatenumberThe estimate of the complexity of the issue.
externalUserCreator{ id: LinearID; name: string; }[ALPHA] The external user who created the issue.
idLinearIDThe unique identifier of the entity.
identifierstringIssue's human readable identifier (e.g. ENG-123).
numbernumberThe issue's unique number.
parent{ id: LinearID; title: string; }The parent of the issue.
previousIdentifiersArray<string>Previous identifiers of the issue if it has been moved between teams.
prioritynumberThe priority of the issue.
priorityLabelstringLabel for the priority.
project{ id: LinearID; name: string; }The project that the issue is associated with.
projectMilestone{ id: LinearID; name: string; }[ALPHA] The projectMilestone that the issue is associated with.
snoozedBy{ id: LinearID; name: string; }The user who snoozed the issue.
snoozedUntilAtDateTimeThe time until an issue will be snoozed in Triage view.
sortOrdernumberThe order of the item in relation to other items in the organization.
startedAtDateTimeThe time at which the issue was moved into started state.
startedTriageAtDateTimeThe time at which the issue entered triage.
state{ id: LinearID; name: string; }The workflow state that the issue is associated with.
subIssueSortOrdernumberThe order of the item in the sub-issue list. Only set if the issue has a parent.
team{ id: LinearID; name: string; }The team that the issue is associated with.
titlestringThe issue's title.
trashedbooleanA flag that indicates whether the issue is in the trash bin.
triagedAtDateTimeThe time at which the issue left triage.
updatedAtDateTimeThe last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't been updated after creation.
urlstringIssue URL.