Object containing the information of a case.

Hierarchy

  • IssueCaseAttributes

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
archivedAt?: Date

Timestamp of when the case was archived.

closedAt?: Date

Timestamp of when the case was closed.

createdAt?: Date

Timestamp of when the case was created.

creationSource?: string

Source of the case creation.

description?: string

Description of the case.

dueDate?: string

Due date of the case.

insights?: IssueCaseInsight[]

Insights of the case.

jiraIssue?: IssueCaseJiraIssue

Jira issue of the case.

key?: string

Key of the case.

modifiedAt?: Date

Timestamp of when the case was last modified.

priority?: CasePriority

Case priority

status?: CaseStatus

Case status

title?: string

Title of the case.

type?: string

Type of the case.

Generated using TypeDoc