ENUM
NotificationType
The type of notification.
link GraphQL Schema definition
- enum NotificationType {
- # When a job is assigned to me
- # When a job assigned to me is completed successfully
- # When a job assigned to me is completed unsuccessfully
- # When a job assigned to me is rescheduled
- # When a network alert is generated for one of my alerting rotations
- # When a ticket is assigned to me or a group I belong to
- # When a ticket assigned to me receives a reply
- # When a ticket assigned to me receives a comment
- # When a task is assigned to me
- # When a task assigned to me is due soon
- # When a task assigned to me is past due
- }