> ## 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.

# SuperOffice.WebApi.Data.TicketPriorityFlags

# <a id="SuperOffice_WebApi_Data_TicketPriorityFlags" /> Enum TicketPriorityFlags

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Flags for the ticket priority
This Enum is used by:  ticket\_priority.flags
This Enum consists of flag values that can be combined.

```csharp theme={null}
[Flags]
public enum TicketPriorityFlags
```

## Fields

`AlertSchedule = 4`

4: Escalate requests according to time frame

`Default = 2`

2: This is the ticket priority that should default be set in the UI when creating a request

`External = 1`

1: The ticket priority will be avilable in the Customer Centre

`Unknown = 0`

0: No flags set
