Skip to content

Tickets List

The Tickets List is the primary agent workspace. It shows every ticket the signed-in user is allowed to see, with column-level filtering, search, and a quick link to the create form.

Tickets list page populated with several tickets across different statuses and priorities

  • Route: /service-desk/tickets
  • Menu path: Service Desk → Tickets
  • Primary audience: Agents and supervisors (service-desk.view minimum). Admin users see the same view.
  • Sidebar +: the Tickets sidebar item has a + button that navigates to Create Ticket.
  • Search tickets by subject or ticket number.
  • Filter by status, priority, overdue, source, assigned agent, or “tickets assigned to me”.
  • Click a row to open Ticket Detail.
  • Toggle column visibility (preference persists per user).
  • Page through results via the Load more button.
FilterTypeDescription
SearchFree textMatches ticket subject and ticket number
StatusMulti-selectopen, pending, resolved, closed
PriorityMulti-selectlow, medium, high, urgent
OverdueToggleOnly tickets past their SLA due_at
SourceMulti-selectportal, email, phone, chat, api
Assigned agentUser selectorTickets assigned to a specific agent
My ticketsToggleRestricts the list to the signed-in user’s assignments

An active-filter strip above the table shows currently applied filters with per-filter clear chips and a clear-all action.

ColumnDefault visibleSortableDescription
Ticket #YesYesTenant-scoped ticket number (e.g. SD-00042)
SubjectYesYesTruncated subject; chat-originated tickets show a chat badge
StatusYesYesStatus badge
PriorityYesYesPriority badge with icon
RequesterYesNoBusiness partner / account / manual contact name
Assigned agentYesYesAssigned user display name
SourceYesNoSource badge
CreatedYesYesCreated timestamp
UpdatedYesYesLast activity timestamp

Click the gear icon in the column header to toggle visibility. The preference is stored against the user profile.

Click any sortable column header to cycle through ascending → descending → unsorted. Only one column is sorted at a time.

The list uses a Load more pattern (page size 50). Total count is shown above the table.

ActionPermissionDescription
New Ticketservice-desk.manageOpens Create Ticket

Row click opens Ticket Detail. Ctrl-click / Cmd-click opens in a new tab.

  • Soft-deleted tickets do not appear in this list. They live in the platform Trash drawer and can be restored from there with service-desk.admin.
  • The Overdue filter calculates against due_at, which is derived from the help topic’s default_due_offset_hours (or the SLA target if the topic does not set one) at ticket-create time.
  • Chat-originated tickets always have source = chat and carry the chat badge regardless of the source filter.