Enum TicketBaseStatus
Status of a ticket/request
Syntax
TicketBaseStatus
Fields
Name | Description |
---|---|
Unknown | Unknown / uninitialized |
Active | Request is currently active |
Closed | Request has been closed |
Postponed | Request has been postponed |
Deleted | Request has been deleted |
Merged | Request has been merged with another request |
PostponedSpecific | Should only be used for UI, when saved to DB it will be converted to Postponed |
Postponed1Hour | Should only be used for UI, when saved to DB it will be converted to Postponed |
Postponed2Hours | Should only be used for UI, when saved to DB it will be converted to Postponed |
Postponed3Hours | Should only be used for UI, when saved to DB it will be converted to Postponed |
Postponed4Hours | Should only be used for UI, when saved to DB it will be converted to Postponed |
PostponedDay | Should only be used for UI, when saved to DB it will be converted to Postponed |
PostponedWeek | Should only be used for UI, when saved to DB it will be converted to Postponed |
PostponedMonth | Should only be used for UI, when saved to DB it will be converted to Postponed |