Skip to main content

Ticket System

Full-featured support ticket system with panels, staff controls, transcripts, SLA warnings, ratings, canned responses, and a dashboard portal.

Setup

Install the Ticket System addon from the Addon Manager, then go to Tickets in the sidebar.

Creating a Panel

A panel is a button-based embed posted in a channel. Members click the button to open a ticket.

Use /ticket-setup panel create with these options:

OptionRequiredDescription
nameYesPanel name (internal label)
descriptionNoText shown in the panel embed
emojiNoButton emoji (e.g. 🎫)
button_labelNoButton text
button_colorNoButton color (blurple, grey, green, red)
categoryNoCategory where ticket channels are created
log_channelNoChannel to post transcripts
staff_roleNoRole that can manage tickets
max_ticketsNoMax open tickets per user

After creation, deploy the panel to a channel with /ticket-setup panel deploy.

Ticket Commands

All ticket management is done with /ticket subcommands inside an open ticket channel:

SubcommandDescription
close [reason]Close the ticket
claimClaim the ticket as your own
unclaimRelease your claim
reopenReopen a closed ticket
transfer <staff>Transfer ownership to another staff member
add <user>Add a user to the ticket
remove <user>Remove a user from the ticket
rename <name>Rename the ticket channel
priority <level>Set ticket priority (low/medium/high/urgent)
tag <action> <tag>Add or remove a tag
note <text>Add a private staff note (visible to staff only)
notesView all staff notes (ephemeral)
infoShow ticket info (priority, tags, claim status)
transcriptGenerate and send the transcript now
respondUse a canned response

Dashboard Portal

The Tickets section in the sidebar provides:

  • Open tickets — Active tickets with status, priority, and assigned staff
  • Ticket detail — View full conversation thread and staff notes
  • Canned Responses — Create pre-written replies staff can insert with one click
  • Panels — Manage and redeploy panels
  • Stats — Ticket volume, resolution time, and satisfaction ratings
  • Settings — Global ticket config (transcripts, SLA, webhooks, blacklist)

Settings

Configure in Tickets → Settings:

SettingDescription
Transcript ChannelChannel to archive transcripts
Staff Notify ChannelChannel for staff notifications
Staff Notify RoleRole pinged on new tickets
Rating WindowMinutes after close to request a rating
Auto AssignAutomatically assign tickets to available staff
Blacklisted UsersUsers blocked from opening tickets
SLA LevelsDefine warning thresholds (hours) with optional ping roles
Webhook URLExternal webhook called on ticket events

SLA Warnings

Set multiple SLA levels by hours. When a ticket exceeds the threshold, the bot pings the configured role with an alert. Useful for ensuring timely responses.