ENUM
TicketPriority
The priority of a Ticket
.
link GraphQL Schema definition
- enum TicketPriority {
- # Low.
- # Medium.
- # High.
- # Critical.
- }
link Require by
- AccountA customer account.
- CreateInboundMailboxMutationInputThe input object that defines the fields for the createInboundMailbox mutation.
- CreateInternalTicketMutationInputThe input object that defines the fields for the createInternalTicket mutation.
- CreatePublicTicketMutationInputThe input object that defines the fields for the createPublicTicket mutation.
- EmailDomainAn email domain.
- InboundMailboxAn inbound mailbox.
- InventoryItemAn inventory item.
- JobA job, typically in the field.
- NetworkSiteA network site.
- Querynull
- TicketA ticket.
- TicketCategoryA ticket category.
- TicketCommentA comment on a `Ticket`.
- TicketGroupA ticket group.
- TicketRecipientA ticket recipient.
- TicketReplyA reply on a `Ticket`.
- UpdateInboundMailboxMutationInputThe input object that defines the fields for the updateInboundMailbox mutation.
- UpdateTicketMutationInputThe input object that defines the fields for the updateTicket mutation.
- UserA user that can login to Sonar.