> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for TicketReadStatus

> Lists the enum values for TicketReadStatus.

## TicketReadStatus Enum

Whether the owner has read the ticket or not (red, yellow, green).

| Name    | Value | Description                                             |
| ------- | ----- | ------------------------------------------------------- |
| Unknown | 0     | Unknown status                                          |
| Green   | 1     | The ticket has been read by the owner                   |
| Yellow  | 2     | The ticket has received new information since last read |
| Red     | 3     | The ticket is unread by the owner                       |

## Usage

* [ticket](../ticket).read\_status - This table contains the tickets (requests) of the system. Its purpose should be evident.
