ENUM
TicketStatus
The status of a Ticket
.
link GraphQL Schema definition
- enum TicketStatus {
- # Open.
- # Closed.
- # Pending an update from an internal party.
- # Pending an update from an external party.
- }
link Require by
- AccountA customer account.
- CompanyA company you do business as.
- ContractTemplateA contract template.
- CreateInternalTicketMutationInputThe input object that defines the fields for the createInternalTicket mutation.
- CreateJobTypeMutationInputThe input object that defines the fields for the createJobType mutation.
- CreatePublicTicketMutationInputThe input object that defines the fields for the createPublicTicket mutation.
- InboundMailboxAn inbound mailbox.
- InventoryItemAn inventory item.
- JobA job, typically in the field.
- JobTypeThe type of a `Job`.
- NetworkSiteA network site.
- Querynull
- ScheduleAvailabilityAvailability for `Job`s to be scheduled.
- ServiceA service.
- TaskTemplateA `task template`.
- TicketA ticket.
- TicketCategoryA ticket category.
- TicketCommentA comment on a `Ticket`.
- TicketGroupA ticket group.
- TicketRecipientA ticket recipient.
- TicketReplyA reply on a `Ticket`.
- TriggeredEmailAn `Email` that is sent when a particular event occurs.
- TriggeredMessageA message that is sent when a specific event occurs.
- UpdateJobTypeMutationInputThe input object that defines the fields for the updateJobType mutation.
- UpdateTicketMutationInputThe input object that defines the fields for the updateTicket mutation.
- UserA user that can login to Sonar.