Case attributes

Hierarchy

  • CaseAttributes

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

description?: string

Description

jiraIssue?: JiraIssue

Jira issue attached to case

key?: string

Key

modifiedAt?: Date

Timestamp of when the case was last modified

priority?: CasePriority

Case priority

serviceNowTicket?: ServiceNowTicket

ServiceNow ticket attached to case

status?: CaseStatus

Case status

title?: string

Title

type?: CaseType

Case type

Generated using TypeDoc