Class CreateLinearIssueRequestDataAttributes

Attributes of the Linear issue to create.

Hierarchy

  • CreateLinearIssueRequestDataAttributes

Constructors

Properties

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
assigneeId?: string

Unique identifier of the Datadog user assigned to the Linear issue.

description?: string

Description of the Linear issue. If not provided, the description will be automatically generated.

labelIds?: string[]

Linear label IDs to set on the created issue.

linearProjectId?: string

Unique identifier of the Linear project to pin the issue to. If not provided, the issue is not associated with a Linear project.

priority?: CasePriority

Case priority

title?: string

Title of the Linear issue. If not provided, the title will be automatically generated.

Generated using TypeDoc