The one-line version
Channels are intake surfaces, so keep them few
A channel answers two questions: where does this request arrive, and which team owns it. That is the whole job.Create a channel when
- Requests arrive through a different door: a different Slack channel, a different email address, the Portal
- A different team owns the work
- The process is fundamentally different, for example quick questions versus multi-step approvals with provisioning
Reach for something else when
- You want to see a subset of tickets. That is a view.
- You want to label a kind of request. That is a category or a tag.
- One person wants their own list. That is a private view.
Learn more about channel design patterns
Views are how work streams get sliced
Views are the answer to nearly every “can we see just the…” question. They are cheap, private or shared, and reversible. Five views cover most teams:
Two mechanics that shape how you design them:
- Filters are AND only. There is no OR inside one view. To see A or B, build two views.
- Shared views are for team workflows, private views are for personal preference. Do not share your personal list; do not privatize the triage list.
Learn more about view design recommendations
Categories are the primary topic, set by AI
One category per ticket, assigned automatically. That constraint is the point: it forces a single answer to “what is this about”, which is what makes reporting and agent rules work. Get categories right by treating them as a classifier you are training, not a taxonomy you are designing:- Start with 5 to 10. More than that and the AI starts guessing between neighbors.
- Make them non-overlapping. “Password Issues” and “Login Problems” will be picked at random. Combine them.
- Write descriptions for the classifier, not for humans. “Hardware issues including laptops, monitors, and peripherals” beats “Hardware”.
- Give 5 to 10 example phrases in the words your employees actually use. “I can’t access my email” and “Locked out of my account” train the model. “authentication failure” does not, because nobody types that.
- Read your default category weekly for the first month. Tickets piling up there are telling you which category is missing.
Learn more about writing effective categories
Tags are everything else
Multiple per ticket, set manually, by AI, or by a workflow. Use them for the dimensions a category cannot carry:vip, needs-review, escalated, dns-outage.
Two habits keep tags useful:
- Pick a naming convention and stick to it. Lowercase and hyphenated is fine. Without one you get
VIP,vip, andVip. - Prune quarterly. Tags accumulate faster than anything else in the product, and a tag nobody filters by is noise in the picker.
Learn more about tags versus categories
A worked decision
Someone asks: “Can we have a channel for laptop requests?” Walk it back against the three tests:
If instead the answer had been “Facilities owns hardware and they have their own Slack channel”, that is a channel.
Next
Public vs private channels
Once you know how many channels you need, decide who sees them.
IT help desk
This structure applied end to end.