For the complete documentation index, see llms.txt. This page is also available as Markdown.

/priority

Priority Command

Overview

The /priority command marks how urgent a ticket is. It sets one of four levels and puts a colored marker at the front of the channel name, so a busy ticket category can be read at a glance. Run it inside the ticket.

This is free on every plan.

Usage

/priority <priority>
  • priority (required choice): Low, Medium, High, or Urgent.

What each level looks like

Level
Marker
Channel name becomes

Low

🟢

🟢┇ticket-42

Medium

🟡

🟡┇ticket-42

High

🟠

🟠┇ticket-42

Urgent

🔴

🔴┇ticket-42

Discord sorts channels alphabetically within a category, so the markers also group tickets of the same priority together.

Limits and constraints

These are worth knowing before you build a workflow around it:

  • It shares the rename budget. A ticket can be renamed twice every 10 minutes, and /priority spends one of those, because it renames the channel. Two priority changes in a row lock out /rename until the window resets. The bot tells you when you can change it again.

  • It does not work on very old tickets. Tickets opened long before priority levels shipped reject the command and tell you so. Open a new ticket to use it.

  • Setting the same level again does nothing. The bot says the ticket is already at that priority.

  • /rename keeps the marker. Renaming a prioritised ticket puts the same colored marker in front of the new name, so the priority stays visible.

  • Ticket History cannot filter by priority. Priority is stored on the ticket and visible in the channel name, but the Ticket History page has no priority filter, and Statistics does not break tickets down by priority. Today it is a signal for staff in Discord, not a reporting dimension.

When to Use It

  • Triage: mark the tickets that need attention first, so whoever picks up next takes the right one.

  • Escalation: raise a ticket to Urgent when it turns out to be an outage or a payment problem.

  • Winding down: drop a ticket to Low when it is waiting on someone else and does not need watching.

Permissions

  • You can use this command if you have Manage Channels or Manage Server, or you are the server owner, or you hold an authorized support role. Administrator also works because it includes those permissions.

  • The bot needs Manage Channels to rename the channel.

Example

Renames the ticket to 🔴┇ticket-42 and records the level on the ticket.

/renameThe ticket lifecycle

Last updated

Was this helpful?