Contains the identifiers and URL for a successfully created Linear issue.

Hierarchy

  • IssueCaseLinearIssueResult

Constructors

Properties

accountId?: string

Linear account identifier.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
issueId?: string

Linear issue identifier.

issueKey?: string

Linear issue key.

issueUrl?: string

Linear issue URL.

teamId?: string

Linear team identifier.

Generated using TypeDoc