Skip to main content

TicketStatus

Status of the ticket. Used for tracking the lifecycle of the ticket.

enum TicketStatus {
OPEN
IN_PROGRESS
COMPLETED
ARCHIVED
}

Values

TicketStatus.OPEN

The ticket is open and waiting for action.

TicketStatus.IN_PROGRESS

The ticket is being worked on.

TicketStatus.COMPLETED

The ticket has been resolved and completed.

TicketStatus.ARCHIVED

The ticket has been archived and is no longer active.

Member Of

Ticket object ● TicketCreateInput input ● TicketSearchInput input ● TicketUpdateInput input