Managing Tickets

Tickets are the core unit of work in Auxilium. Each ticket represents a customer support request, tracks its progress through a defined lifecycle, and maintains a full audit trail of every change.

The ticket list

Navigate to Tickets in the sidebar to open the ticket list. The page header displays the title and a Create Ticket button on the right.

Ticket list view

Filtering tickets

Use the filter controls above the table to narrow down the list:

  1. Status dropdown – choose from All, Open, In Progress, Waiting on Customer, Resolved, or Closed.
  2. Priority dropdown – choose from All, Urgent, High, Medium, or Low.
  3. Search field – type a keyword to search across ticket subjects and customer names.

Filters apply immediately. Combine them to build focused views, such as all open urgent tickets or all resolved tickets for a specific search term.

Reading the ticket table

The table displays one row per ticket with the following columns:

ColumnDescription
Ticket #A human-readable identifier in TK-{n} format, displayed in blue monospace text. Click it to open the ticket detail.
SubjectThe ticket subject line, with the customer name shown underneath.
PriorityA color-coded label: red for Urgent, orange for High, blue for Medium, grey for Low.
StatusA chip showing the current lifecycle state.
CreatedRelative timestamp (e.g. “3 hours ago”).

Use Previous and Next at the bottom of the table to paginate through results.


Creating a ticket

  1. Click the Create Ticket button in the top-right corner of the ticket list.
  2. Fill in the dialog form:
FieldRequiredDescription
CustomerYesSelect the customer from the dropdown.
SubjectYesA short summary of the issue.
DescriptionYesA detailed explanation of the problem. Use multiple lines if needed.
PriorityNoDefaults to Medium. Change to Urgent, High, or Low as appropriate.
  1. Click Create to submit.

The new ticket appears in the list with a server-generated ticket number and an Open status. If an SLA policy is configured for the ticket’s priority, deadlines are applied automatically.

SLA assignment
When a ticket is created, Auxilium automatically matches its priority to an active SLA policy in the same project. See SLA Policies for details on how deadlines display in the ticket detail sidebar.

Ticket detail

Click any ticket row in the list to open its detail page.

Ticket detail view

The header displays a Back button (returns to the ticket list), the TK-{n} chip, the ticket subject, a status chip, and the priority label.

Left column

  • Description card – the full description provided when the ticket was created.
  • Activity timeline – a chronological feed of every event on the ticket. See Activity Timeline for details on the event types displayed here.

The sidebar contains several cards for viewing and editing ticket properties:

Details card

  • Status dropdown – change the ticket’s lifecycle state directly.
  • Priority dropdown – escalate or de-escalate the ticket.
  • Customer ID – the customer associated with this ticket.
  • SLA info – First Response Due, Resolution Due, First Response At, and whether the SLA has been breached.
  • Timestamps – created and last-updated times.

Assignments card – shows assigned agents and lets you add or remove them. See Assignment.

Conversations card – displays a count badge and lists linked conversations with channel icons.

Tags card – displays tag chips attached to this ticket. See Tags.

Updating status and priority

  1. Open the ticket detail page.
  2. In the Details card on the right sidebar, click the Status dropdown and select the new status.
  3. To change priority, click the Priority dropdown and select the new level.

Changes are saved immediately. Each change is recorded in the activity timeline with the old and new values.


Ticket lifecycle

Every ticket moves through a defined set of states. Transitions appear in the activity timeline.

StatusDescription
OpenNewly created, awaiting agent action.
In ProgressAn agent is actively working on the ticket.
Waiting on CustomerAgent has responded; awaiting customer reply.
ResolvedThe issue has been addressed.
ClosedTicket is finalized.

Tickets can move backward (for example, from Resolved back to In Progress if the customer reopens the issue) except once Closed.


Priority levels

Priority determines how urgently a ticket should be handled and which SLA policy is applied.

PriorityTypical use
UrgentComplete service outage or data loss affecting production.
HighSignificant degradation with no workaround available.
MediumFunctionality impaired but a workaround exists. Default for new tickets.
LowMinor issue, cosmetic defect, or general question.