Project notification settings

Hierarchy

  • ProjectNotificationSettings

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
destinations?: number[]

Notification destinations (1=email, 2=slack, 3=in-app)

enabled?: boolean

Whether notifications are enabled

notifyOnCaseAssignment?: boolean
notifyOnCaseClosed?: boolean
notifyOnCaseComment?: boolean
notifyOnCaseCommentMention?: boolean
notifyOnCasePriorityChange?: boolean
notifyOnCaseStatusChange?: boolean
notifyOnCaseUnassignment?: boolean

Generated using TypeDoc