Enumeration: TicketStatus
Defined in: enum/TicketStatus.ts:5
TicketStatus Status of the ticket. Used for tracking the lifecycle of the ticket.
Enumeration Members
ARCHIVED
ARCHIVED:
"ARCHIVED"
Defined in: enum/TicketStatus.ts:13
The ticket has been archived and is no longer active.
COMPLETED
COMPLETED:
"COMPLETED"
Defined in: enum/TicketStatus.ts:11
The ticket has been resolved and completed.
IN_PROGRESS
IN_PROGRESS:
"IN_PROGRESS"
Defined in: enum/TicketStatus.ts:9
The ticket is being worked on.
OPEN
OPEN:
"OPEN"
Defined in: enum/TicketStatus.ts:7
The ticket is open and waiting for action.