ticket_priority Table (275)

This table contains the ticket priorities.

Fields

NameDescriptionTypeNull
idThe primary key (auto-incremented)PK
nameThe name of the priority.String(64)
statusThe status (normal/deleted) of the priority.Enum TicketPriorityStatus
flagsA bitmask of flags.Enum TicketPriorityFlags
mon_startThe work hour start for Mondays. Note that only the time part of the DateTime is usedDateTime
mon_stopThe work hour start for Mondays. Note that only the time part of the DateTime is usedDateTime
tue_startThe work hour start for Tuesdays. Note that only the time part of the DateTime is usedDateTime
tue_stopThe work hour stop for Tuesdays. Note that only the time part of the DateTime is usedDateTime
wed_startThe work hour start for Wednesdays. Note that only the time part of the DateTime is usedDateTime
wed_stopThe work hour stop for Wednesdays. Note that only the time part of the DateTime is usedDateTime
thu_startThe work hour start for Thursdays. Note that only the time part of the DateTime is usedDateTime
thu_stopThe work hour stop for Thursdays. Note that only the time part of the DateTime is usedDateTime
fri_startThe work hour start for Fridays. Note that only the time part of the DateTime is usedDateTime
fri_stopThe work hour stop for Fridays. Note that only the time part of the DateTime is usedDateTime
sat_startThe work hour start for Saturdays. Note that only the time part of the DateTime is usedDateTime
sat_stopThe work hour stop for Saturdays. Note that only the time part of the DateTime is usedDateTime
sun_startThe work hour start for Sundays. Note that only the time part of the DateTime is usedDateTime
sun_stopThe work hour stop for Sundays. Note that only the time part of the DateTime is usedDateTime
non_datesA comma separated list of dates (dd/mm) which should be excluded from the timeframe.String(255)
deadlineDeadline to add if escalated (minutes)Int
sort_orderIndicates the sort order for this priority. 1 is first, 100 is lastInt
ticket_readThis field indicates what to do with the escalation chain when the request is readEnum TicketPriorityEscalateEvent
changed_ownerThis field indicates what to do with the escalation chain when the request changes owner (manually)Enum TicketPriorityEscalateEvent
ticket_newinfoThis field indicates what to do with the escalation chain when the request gets new infoEnum TicketPriorityEscalateEvent
ticket_closedThis field indicates what to do with the escalation chain when the request is closedEnum TicketPriorityEscalateEvent
ticket_changed_priorityThis field indicates what to do with the escalation chain when the request is changed into this priorityEnum TicketPriorityEscalateEvent
ticket_newThis field indicates what to do with the escalation chain when a new request is registeredEnum TicketPriorityEscalateEvent

ticket_priority table relationship diagram

Indexes

FieldsTypesDescription
idPKClustered, Unique

Relationships

TableDescription
chat_topicThis table contains chat topics.
contactCompanies and Organizations.
mail_in_filterThis table contains entries for the mailboxes the eJournal system is fetching mail from (POP3 or IMAP).
ms_filterThis table contains email filters. These are the filters allowing you to do advanced parsing of incomming emails.
personPersons
s_linkLinks in messages to measure success rate of a campaign.
ticketThis table contains the tickets (requests) of the system. Its purpose should be evident.
ticket_alertThis table will contain ticket escalation levels. A ticket will be escalated along a 'chain' of these levels.
ticket_typeA ticket (request) type
ticket_type_priorityLink table defining what Priorities are relevant to a particular Ticket type

Replication Flags

  • None

Security Flags

  • No access control via user’s Role.