Skip to content

Ticket Management

Tickets Support

Tickets are trackable support cases that capture issues, requests, and inquiries within your organization. They can be created automatically by agents during support conversations or manually by team members through the admin panel or API. Each ticket maintains a full history of status changes, comments, and related events so nothing gets lost.

Key characteristics:

  • Structured lifecycle — tickets follow a defined state machine from creation through resolution.
  • Event history — every status change, comment, and assignment is recorded as an event.
  • Agent integration — agents can create, update, and resolve tickets as part of their operating protocols.

Navigate to Tickets to browse all tickets in your organization. The list view provides:

ColumnDescription
TitleShort summary of the issue or request
StatusCurrent state in the ticket lifecycle
Assigned toThe team member or agent handling the ticket
CreatedTimestamp when the ticket was opened
UpdatedTimestamp of the most recent activity

Use the status filter to narrow the list to specific states (e.g., show only open tickets) and the search field to find tickets by title or content.

Click any ticket from the list to open its detail view. The detail page shows:

  • Summary and description — the full text of the issue as reported.
  • Current status — the ticket’s position in the lifecycle state machine.
  • Assigned agent or member — who is currently responsible for the ticket.
  • Event timeline — a chronological list of all events: status transitions, comments, tool calls, and metadata changes.
  • Comments thread — all comments added by team members or agents, in order.

Tickets follow a state machine that governs their lifecycle:

StatusDescription
OpenThe ticket has been created and is awaiting attention
PendingWork is in progress or the ticket is waiting for external input
ResolvedThe issue has been addressed and a solution was provided
ClosedThe ticket is finalized and no further action is expected

The allowed transitions are:

Open → Pending → Resolved → Closed
Pending → Open (reopen)
Resolved → Open (reopen)
  1. Open the ticket from the list view.

  2. Click the Status dropdown in the ticket header.

  3. Select the new status. Only valid transitions are shown based on the current state.

  4. Optionally add a comment explaining the status change.

  5. Click Save. The status change is recorded as an event in the ticket timeline.

Comments provide a running conversation thread on each ticket. To add a comment:

  1. Open the ticket detail view.

  2. Scroll to the comments section at the bottom.

  3. Enter your comment in the text field.

  4. Click Add Comment. The comment appears in the timeline with your name and a timestamp.

Comments can be added by team members and by agents during automated workflows. All comments are preserved in the ticket’s event history.

Tickets can be assigned to specific team members to clarify ownership and responsibility:

  • Manual assignment — open the ticket and select a team member from the assignment dropdown.
  • Agent assignment — agents can assign tickets to themselves or to specific team members as part of their operating protocol.
  • Reassignment — change the assignee at any time by updating the assignment field. The previous and new assignee are both recorded in the event history.

Every ticket maintains a detailed event history that records:

Event typeDescription
Status changeTransition from one status to another
Comment addedA new comment was posted to the ticket
Assignment changeThe ticket was assigned or reassigned
CreationThe ticket was initially created (manually or by an agent)
Metadata updateTitle, description, or other fields were modified

The event history provides a complete audit trail and is visible in the ticket detail view as a chronological timeline.

To delete a ticket, open its detail view and select Delete. Confirm the deletion when prompted. Consider closing a ticket instead of deleting it if you want to preserve the historical record.