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

Whether to send a notification when a case is assigned.

notifyOnCaseClosed?: boolean

Whether to send a notification when a case is closed.

notifyOnCaseComment?: boolean

Whether to send a notification when a comment is added to a case.

notifyOnCaseCommentMention?: boolean

Whether to send a notification when a user is mentioned in a case comment.

notifyOnCasePriorityChange?: boolean

Whether to send a notification when a case's priority changes.

notifyOnCaseStatusChange?: boolean

Whether to send a notification when a case's status changes.

notifyOnCaseUnassignment?: boolean

Whether to send a notification when a case is unassigned.

Generated using TypeDoc