Work Management

Tickets

Configure ticket dashboards, categories, form schemas, attributes, pipelines, and service flows.

Tickets

Tickets covers The support and service management surface: dashboards, ticket list, categories, subcategories, schemas, pipelines, workflows, and ticket detail pages. Use this page when you are configuring the live product surface, planning a rollout, or checking why users see different data from what an administrator sees.

What this surface is

  • Primary purpose: The support and service management surface: dashboards, ticket list, categories, subcategories, schemas, pipelines, workflows, and ticket detail pages.
  • Where staff start: Staff work from /tickets/dashboard, /tickets/my-dashboard, /tickets/list, and /tickets/open-a-ticket.
  • Where admins configure it: Admins configure categories at /tickets/settings/categories, subcategories at /tickets/settings/sub-categories, pipelines at /tickets/settings/pipelines, and ticket workflows at /tickets/settings/workflow.
  • Runtime/detail surface: Ticket detail pages use /tickets/ticket/:ticketId/view and include overview, timeline, actions, related tasks, and additional information.
  • Platform connections: Tickets connect to Omnichannel, customer portal, tasks, approvals, workflows, reports, and notifications.

Common workflows

WorkflowWhat happensWhere to check
Map incomingMap incoming request types into categories and subcategories before creating formsConfirm in the product route above before publishing.
Configure formConfigure form schema for each category and subcategory so agents capture the right diagnostic fieldsConfirm in the product route above before publishing.
Set upSet up pipelines and stages for queues that need lifecycle tracking beyond open and closedConfirm in the product route above before publishing.
Create ticketCreate ticket workflows where category-specific automation should assign, notify, approve, or escalateConfirm in the product route above before publishing.

Configure it

  1. Map incoming request types into categories and subcategories before creating forms.
  2. Configure form schema for each category and subcategory so agents capture the right diagnostic fields.
  3. Set up pipelines and stages for queues that need lifecycle tracking beyond open and closed.
  4. Create ticket workflows where category-specific automation should assign, notify, approve, or escalate.
  5. Configure dashboards and lists around team queues, priorities, SLAs, or ownership.
  6. Test ticket creation from staff, customer portal, public intake, and channels that create tickets.
  7. Check notification templates for assignment, replies, status updates, and closure.
  8. Run a sample ticket through the full lifecycle and verify reports, comments, and related tasks.

Configuration options

OptionUse whenNotes
DashboardAgents need workload and activity overviewRoute: /tickets/dashboard.
My dashboardAgents need their own queueRoute: /tickets/my-dashboard.
ListManagers need filtered reviewRoute: /tickets/list.
Category schemaDifferent ticket types need different fieldsRoute: /tickets/settings/categories/:categoryId/:subCategoryId/schema.
PipelineTickets need stages and transitionsRoute: /tickets/settings/pipelines/:pipelineId/stages.
WorkflowCategory-specific process should runRoute: /tickets/settings/workflow/:templateGroupId/:templateId/studio.

Operating notes

  • Keep category names customer-readable when tickets can be opened from the portal.
  • Use subcategories for routing and schema differences, not for every minor issue label.
  • Pipelines should represent operational state; tags or fields are better for classification.
  • If a ticket is missing from a dashboard, check assignment, team, category filter, and stage filter.
  • Omnichannel messages should preserve the conversation thread when possible.
  • Agents need permission to view related customer, object, and task records.
  • Do not close tickets automatically unless the workflow also records why and notifies the requester.
  • Use ticket workflows for repeatable service processes and tasks for follow-up work.
  • Review stale open tickets by category to find missing assignment or escalation rules.
  • Test customer-visible status names so internal stage names do not leak confusing language.

For developers

Use the developer and reference pages when this configuration is read or changed by code, scripts, widgets, embeds, API clients, or webhooks.