Case resource 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

attributes?: {
    [key: string]: string[];
}

The definition of CaseObjectAttributes object.

Type declaration

  • [key: string]: string[]
closedAt?: Date

Timestamp of when the case was closed

createdAt?: Date

Timestamp of when the case was created

customAttributes?: {
    [key: string]: CustomAttributeValue;
}

Case custom attributes

Type declaration

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

Deprecated way of representing the case status, which only supports OPEN, IN_PROGRESS, and CLOSED statuses. Use status_name instead.

statusGroup?: CaseStatusGroup

Status group of the case.

statusName?: string

Status of the case. Must be one of the existing statuses for the case's type.

title?: string

Title

type?: CaseType

Case type

typeId?: string

Case type UUID

Generated using TypeDoc