8 ticketing system examples in 2026: real tickets, real systems

Riellvriany Indriawan
Written by

Riellvriany Indriawan

Katelin Teen
Reviewed by

Katelin Teen

Last edited July 31, 2026

Expert Verified
Illustration of support tickets moving through a ticketing system queue

What people actually mean by "ticketing system examples"

Two different searches land on the same phrase, and both are fair.

Some people want examples of systems: name me the tools, show me the screens, tell me which one fits a 12-person support team. Others want examples of tickets: what does a real record look like once it lands, and what happens to it next. I work the support queue at eesel, so I care mostly about the second one, and I have opinions about it. The tool comparison is downstream of knowing what a good ticket looks like, which is why the ticketing system software roundup makes more sense after this post than before it.

Here is the thing three years of live queues taught me: the ticket record is where support teams quietly lose money. Not on the reply. On the ticket that sat in Pending for nine days because nobody defined who closes it, on the priority field every requester set to Urgent, on the two tickets that were the same problem filed by two people.

One request stored four ways: Zendesk statuses, Freshdesk statuses, the Jira Service Management stack and HubSpot pipeline stages
One request stored four ways: Zendesk statuses, Freshdesk statuses, the Jira Service Management stack and HubSpot pipeline stages

That difference is not cosmetic. Zendesk ships six statuses (New, Open, Pending, On-hold, Solved, Closed). Freshdesk ships four that cannot be deleted, and in HubSpot there is no status field at all, because a ticket there is a CRM record moving along a support pipeline.

Jira Service Management stacks three objects: a request type on a work type on a workflow. Skip the request type layer and the work item loses access to service-desk features entirely.

Pick the example that matches your queue

Six of the eight examples below, in the shape they arrive in. Click through them before you read the long versions.

Ticket example explorer

Same queue, six very different records.

"Ordered on the 12th, tracking hasn't moved in 5 days. Order #48812."

Type
Question, ecommerce, repeat volume
Fields stamped
Requester, order number, channel (email or chat), tag order-status
Status path
New to Open to Solved, usually one touch
Closed by
Automation, 4 days after Solved in Zendesk by default
Automate it?
Yes. Carrier lookup plus order data answers it without a human
Volume driver. This is usually the single largest repeating ticket shape in an ecommerce queue.

"I want to return these, but I bought them 41 days ago and your policy says 30."

Type
Question with a policy exception
Fields stamped
Order value, reason code, approval status (Pending, Approved, Denied, Withdrawn)
Status path
Open to Pending (waiting on the customer) to Solved
Closed by
Agent, often with a custom status like "Refund processed"
Automate it?
Partly. Draft the reply, leave the exception call to a human
The money question is policy, not process. Decide the exception rule before you automate anything.

"Locked out of my account after the MFA reset, need access before my 9am call."

Type
Incident, internal IT
Fields stamped
Requester, urgency, affected system, first response SLA clock
Status path
Waiting for support to Resolved, minutes not days
Closed by
Agent, or the requester via the portal
Automate it?
Yes, and it is the classic self-service win
Cost swing: $2.37 through self-help against $17.19 by phone (HDI/MetricNet, 2021).

"New starter Monday: laptop, Salesforce seat, VPN and building access please."

Type
Service request, not an incident
Fields stamped
Request type, approver, cost centre, due date, linked child tasks
Status path
Waiting for approval to Implementing to Resolved
Closed by
Fulfiller once every child task is done
Automate it?
Route and chase, yes. Provisioning still needs approval gates
35 to 96 minutes of work time versus 12 to 22 for an incident (MetricNet).

"Export to CSV drops the last column. Reproduced on two accounts, screenshots attached."

Type
Incident that becomes a Problem
Fields stamped
Severity, linked engineering issue, affected version, customer count
Status path
Open to On-hold (blocked on engineering) to Solved
Closed by
Support, after the fix ships and the customer confirms
Automate it?
Only the triage: dedupe, tag, link to the known error
Watch the On-hold trap. In Zendesk the requester still sees Open, so silence reads as neglect.

"Checkout is down for everyone. Third report in four minutes."

Type
Major incident, many-to-one
Fields stamped
Priority Urgent, incident link, all duplicates attached as children
Status path
New to Open to Solved, in one broadcast update
Closed by
Incident lead, in bulk, once service is restored
Automate it?
No answers. Automate the grouping and the status-page notice only
The metric that matters is time to acknowledge, not time to resolve.

Eight ticketing system examples, worked end to end

Each one below follows the same shape: the request as it actually arrives, the record it creates, the status path, and the gotcha that bites teams in month three.

1. "Where is my order?" in an ecommerce queue

The highest-volume example in any retail queue, and the least interesting to answer. A customer pastes an order number, the agent opens the carrier tab, copies a date back. In Gorgias the order sits in a side panel next to the conversation, which is the whole argument for an ecommerce-native helpdesk over a generic one.

Gorgias order management panel showing shipment status badges next to a customer conversation, as taken from Gorgias
Gorgias order management panel showing shipment status badges next to a customer conversation, as taken from Gorgias

The record is thin: requester, order number, a tag, one public reply. Status goes New to Open to Solved and almost never reopens. This is the shape that makes people buy AI order tracking, because the answer is a lookup, not a judgement. If a ticket type never needs an opinion, it should not need an agent.

The gotcha is measurement. Zendesk counts one-touch resolution as "solved or closed tickets with a single agent reply or no replies", per its one-touch resolution docs, so a queue full of these makes your team look faster than it is.

2. A refund outside the return window

This one arrives polite and turns into a policy decision. The customer is 11 days past the return window and has a decent reason.

The record picks up an approval status, which takes four values in Zendesk's ticket fields: Pending, Approved, Denied, Withdrawn. Many teams add a custom status such as "Refund processed" so finance can filter for it later. Worth knowing before you build that: Zendesk allows up to 100 ticket statuses, but "the status picker will display the first 10" according to its status management docs, and a ticket solved with a custom status keeps that label after it closes.

The status path detours through Pending while you wait for photos or an order confirmation, and Pending is where refund tickets go to die. Freshdesk resets a ticket to Open "any time a customer responds", which is helpful, but nothing rescues the ticket where the customer never replies. Automating the drafting is fine here, per our refund automation walkthrough. Automating the exception decision is not.

3. Password reset and MFA lockout

The most-written-about ticket in IT, and the one with the widest cost spread. Same question, six front doors:

Bar chart of 2021 North American cost per ticket by channel, from $2.37 self-help to $37.52 walk-up
Bar chart of 2021 North American cost per ticket by channel, from $2.37 self-help to $37.52 walk-up

HDI's 2021 figures put self-help at $2.37 and a walk-up at $37.52, a spread the authors of HDI's cost analysis describe as "more than two orders of magnitude (100X)". Nothing about the answer changed. Only the door the user walked through.

The catch is that deflection does not make the queue cheaper on average. HDI is blunt about it in its self-service benchmark: as low-handle-time incidents move to self-service, "the average complexity and the average handle time of the incidents that continue to be handled by live agents will increase". Your cost per ticket can go up while your total cost goes down. Plan the reporting conversation before your self-service portal goes live, or the first monthly review will look like a failure.

Worth grounding the ambition too: MetricNet's benchmark database puts the average self-service completion rate at 10.4 percent, against vendor decks promising 60 or 80. Our ticket deflection guide uses the same number as its baseline.

4. New-hire access and equipment request

A manager files one line ("new starter Monday, the usual kit") and creates a week of work. This is a service request, not an incident, and the distinction is expensive: MetricNet's field data puts incident work time at 12.3 to 21.5 minutes against 35.4 to 95.9 minutes for a service request in MetricNet's volume study.

Two lanes comparing an incident with three steps against a service request with five steps and approval gates
Two lanes comparing an incident with three steps against a service request with five steps and approval gates

Jira Service Management models this properly. A new space ships five work types (IT Help, Purchase, Change, Fault, Access) and two request types out of the box, and request type fields come from its work type. It also renames statuses for the requester: internally the ticket says Waiting for Customer, and the portal shows "Requester Action Needed" in the default JSM configuration. Small thing, big difference in how many "any update?" replies you get.

If this shape dominates your queue, read the access request and hardware request breakdowns next, and treat HR onboarding as the same pattern with different approvers.

5. A bug report that becomes an engineering escalation

A customer finds a genuine defect. Support reproduces it, links an engineering issue, and now owns a ticket it cannot close.

Zendesk's Type field carries four values (Question, Incident, Problem, Task) in the standard field set, and it is one-way: once set, you cannot blank it again. Deactivating the field entirely defaults every ticket to Incident. Jira Service Management separates the two axes instead, keeping status for where the work is and resolution for how it ended, with a Known error resolution value for the documented-cause-plus-workaround case.

The gotcha here is On-hold. It is an optional internal status that "the ticket requester never sees", per the Zendesk lifecycle docs; their view still says Open. So the ticket is parked and the customer thinks it is being worked. Set a proactive update cadence, and see escalation management plus bug report triage for the routing side.

6. A billing dispute in a CRM-first helpdesk

"You charged me twice in June" is a support ticket that is really a finance ticket, which is exactly why teams run it in a CRM-shaped system.

HubSpot knowledge base insights view showing article health metrics, as taken from HubSpot
HubSpot knowledge base insights view showing article health metrics, as taken from HubSpot

In HubSpot Service Hub the ticket is an object on a pipeline, and the default Support Pipeline has four statuses: New, Waiting on contact, Waiting on us, Closed. A few behaviours matter for a dispute that bounces between teams. Close date is bidirectional, so moving a ticket back to an open stage clears the value. Category is set by AI from the first message and only exists on Enterprise. And hs_ticket_owner_type records whether a Human rep, Customer Agent or Rule-based bot touched the record, which is the first honest audit trail I have seen for AI-handled tickets in a mainstream helpdesk.

Deflection targets should be modest on this shape. Our HubSpot ticket deflection post has the plan-gating detail, and customer service CRM covers when the CRM-first model actually wins.

7. An outage that arrives as forty tickets

One failure, forty records, and a priority field that is about to be tested.

Jira's five priorities come with Atlassian's own wording, in the JSM priority scheme, from Highest ("This problem will block progress") down to Lowest. Freshdesk's four priorities are "hard-coded into our systems" because SLA policies depend on them, per its ticket fields guide. Zendesk hides a nastier dependency: deactivate the Priority field and SLA targets stop applying at all.

Let requesters set priority themselves and the field stops meaning anything:

Reddit

"Dealt with this decades ago. It was scrapped quickly because as you might imagine it was abused to death. It really didn't bother me though. I still got the same number of tickets and just slogged through them. When people got mad because we were missing SLAs we just replied there was nothing we could do now that all tickets were priority."

371 upvotes on that comment, which tells you how common the pattern is. Priority should be derived from impact and urgency rules you control, not typed in by whoever is loudest. The SLA management guide has the policy side, and AI ticket prioritization covers deriving it automatically.

8. A feature request that will never be built

The politest ticket in the queue and the one most likely to rot. Someone asks for a dark mode, product says no, and the record has nowhere to go.

Jira Service Management has a clean answer: resolution Won't do, separate from status, and the work item key renders in strikethrough once resolved. Zendesk and Freshdesk push you to Solved or Resolved instead, which quietly encodes "we did the thing" when you did not. Freshdesk is at least explicit about the split: in its own wording, Resolved means done "according to the agent" and Closed means done according to the customer, with auto-close after 72 hours.

Closure is often not the agent's to give anyway. Zendesk states plainly in its ticket lifecycle docs that "tickets can't manually be set to Closed": a default automation closes four days after Solved, and with closing automations off, a hard 28-day cap kicks in that cannot be changed.

The same ticket in six real systems

Now the other reading of the keyword: example systems. This is what an identical request costs and looks like across six of the tools I see most often on customer calls.

SystemA ticket isStatuses out of the boxEntry priceAI billing unitBest example fit
ZendeskTicket object with 15 standard fields6 (plus up to 100 custom)$19/agent/mo Support Team, $55 Suite TeamVerified automated resolution, rate unpublishedBig multi-brand queues
FreshdeskTicket with 11 undeletable defaults4$19/agent/mo GrowthSession, $49 per 100 extraMid-size teams wanting simple
Zoho DeskTicket inside a department3 core plus custom$0 Free (3 users), $14 StandardZia, bundled by editionCost-sensitive teams
Help ScoutConversation in a shared inboxActive, Pending, Closed$0 Free (5 users), $25/user/moResolution, $0.75Small teams, email-shaped work
GorgiasTicket tied to a Shopify orderOpen, Closed$40/mo (50 tickets), never per agentAutomated interaction, $1.50Ecommerce order examples
Jira Service ManagementRequest type on work type on workflowDual-named, workflow-defined$25/agent/mo Standard (1 to 15 agents)$1 per resolution, plus $0.30 assisted conversationInternal IT and approvals

Prices are annual list rates from each vendor's pricing page, checked this week. Two of them deserve a flag. Jira Service Management advertises a blended $20 per agent, which is the rate for its default 75-agent slider under progressive volume pricing, not what a 10-agent team pays. And Zendesk's headline unit, the automated resolution, has no published dollar figure anywhere on the pricing page, which makes budgeting the AI layer a sales call.

Zendesk agent workspace showing a WhatsApp ticket with the customer interaction timeline, as taken from Zendesk
Zendesk agent workspace showing a WhatsApp ticket with the customer interaction timeline, as taken from Zendesk

Ratings and feature grids will not tell you which of these fits. The ticket shapes above will. An ecommerce queue that is 60 percent order chasing wants the Gorgias model; an internal IT desk full of approvals wants Jira Service Management.

For the wider field, top helpdesk software goes tool by tool, and software examples covers the customer-facing end.

Freshdesk showing Freddy AI generating a ticket summary alongside sentiment and Shopify order context, as taken from Freshdesk
Freshdesk showing Freddy AI generating a ticket summary alongside sentiment and Shopify order context, as taken from Freshdesk

Three examples of tickets going wrong

The failure cases are more instructive than the happy path, and every one of these is fixable with configuration rather than headcount.

The ticket nobody is waiting on. A support lead counted their queue and found the backlog was mostly fiction:

Reddit

"I was going through our queue today and found 90 tickets where we responded, asked for more information from the customer but then never heard back from them. They just sit there inflating our numbers and that honestly doesn't look good for management. We have been called before for unresolved open tickets so this is a big deal."

90 of 200 open tickets were waiting on a silent customer, so the open count was never the backlog. Another IT manager reported cutting a group's backlog 54 percent just by auto-closing tickets older than five days. Our backlog clearing post is the longer version of that fix.

The knowledge base nobody updates. Every self-service example above assumes an article exists and is current:

Reddit

"I run a small team, and we have an internal wiki for processes, FAQs, and troubleshooting. The problem? No one updates it. People keep asking the same questions in Slack instead of checking the wiki."

Both halves fail together: the internal knowledge base rots, and people route around it. Training AI on past tickets rather than only on articles is the practical answer, which our knowledge base training guide covers.

The reporting you cannot get out of the tool. A support lead who has built dashboards in a real BI tool still could not get basic numbers out:

Reddit

"I have never found anything as complex as Zendesk explore. I've worked with ThoughtSpot building dashboards, reports and exports but omg Zendesk, you are taking so much of my time!!!!!!!!"

Check the reporting layer against these exact examples before you buy, not after. Zendesk reporting and customer service KPIs are the two things to test on day one of a trial.

What an AI layer changes on these eight examples

Not all eight, and that is the point. Examples 1, 3 and most of 6 repeat forever with a known answer. Examples 2, 5, 7 and 8 need a person holding the policy.

I have watched the failure mode up close. One of our own customers, a Danish solar-energy provider, had a bot fabricate subscription claims and send them to real people when its knowledge base had no matching article. That incident is why every eesel rollout now runs a simulation against historical tickets before it answers anyone live. A CX lead at a supplements brand on Gorgias put the requirement better than our docs did:

"The AI will never be able to answer 100% of the questions, but if it tries and just answers 'sorry I don't know this,' I cannot go and check all my 7,000 tickets to see if the AI actually made a good answer. I need an AI who is only handling the tickets that it's confident to handle and all the other ones, leave them alone."

That is a fair ask, and it maps exactly onto the example list: hand the AI the order-status shape, keep it away from the outage. When the scoping is right the numbers are good. Gridwise resolved 73 percent of tier-1 requests in its first month after a seven-day trial. When the scoping is wrong you get the solar-panel story.

Read AI hallucinations in support and AI-to-human handoff before you pick which shapes to automate.

Ticket classification and ticket tagging are the safe first steps in almost every queue, because a wrong tag costs nothing and a wrong answer costs a customer.

Try eesel on your own ticket examples

If your queue looks like the list above, the useful move is not switching helpdesk. It is putting an AI layer on the one you have and pointing it at the two or three shapes that repeat.

eesel dashboard showing the activity list of handled tickets
eesel dashboard showing the activity list of handled tickets

eesel plugs into Zendesk, Freshdesk or Gorgias in a few minutes, trains on your past tickets and help centre, then simulates against historical volume so you see the answers it would have sent before a customer ever does.

You choose which ticket shapes it touches, so example 7 never reaches it. Billing is $0.40 per ticket handled, no per-seat fee, so routing 200 of your 1,000 monthly tickets costs $80, not a new plan tier. Free to try.

eesel instructions editor with the live chat preview panel
eesel instructions editor with the live chat preview panel

Start with example 1 or example 3. They are the highest volume, the lowest risk, and the easiest to prove in a week.

Frequently Asked Questions

What is a ticketing system example?
A ticketing system example is one real request turned into a tracked record: a customer or employee asks for something, the system stamps it with fields (requester, subject, type, priority, status), routes it, and holds it until it is resolved and closed. The eight ticketing system examples in this post cover order chasing, refunds, password resets, access requests, bug escalations, billing disputes, outages and feature requests. If you want the mechanics of the record itself, the help desk ticket breakdown goes field by field.
What are examples of ticketing systems?
Common examples are Zendesk, Freshdesk, Zoho Desk, Help Scout, Gorgias for ecommerce, HubSpot Service Hub for CRM-first teams, and Jira Service Management for internal IT. They store the same request very differently, which is why a ticketing system software shortlist should start with what a ticket actually looks like inside each one.
What does a support ticket look like inside the system?
In Zendesk a ticket carries a requester, assignee, subject capped at 255 characters, description, status, type, priority, tags and (with Copilot) AI fields like sentiment and topic. Freshdesk ships 11 default fields that cannot be deleted. HubSpot has no status field at all, only pipeline stages. Our Zendesk ticket status guide walks the full lifecycle, and ticket tags covers the metadata layer.
What are examples of IT ticketing system tickets?
Password resets and MFA lockouts, new-hire access requests, hardware swaps, VPN failures and outage reports. IT teams usually split them into incidents (something broke) and service requests (someone wants something), because service requests carry approvals and take three to five times the work time. See automated IT ticketing and access request automation for how those get handled without a human touching each one.
How much does a single support ticket cost?
HDI and MetricNet put 2021 North American cost per ticket at $2.37 for self-help, $15.07 web, $15.72 chat, $16.13 email, $17.19 voice and $37.52 walk-up. An AI layer changes the unit: eesel pricing is $0.40 per ticket handled with no per-seat fee, while helpdesk vendors meter resolutions, sessions or interactions. The AI resolution rate post explains what each vendor counts.
What is the difference between an incident and a service request?
An incident is a break to fix, a service request is a want to fulfil. MetricNet's field data puts incident work time at 12.3 to 21.5 minutes against 35.4 to 95.9 minutes for a service request, mostly because requests carry approvals and provisioning steps. Jira Service Management encodes the split in request types, and HR service desks hit the same pattern with onboarding.
Can AI handle these ticketing system examples end to end?
Some of them, and only the ones it should. Order status, refund status, password self-service and FAQ deflection are safe automation candidates, while outages and billing disputes need a human. The safety valve is confidence routing plus a simulation against historical tickets before anything goes live, which is how ticket deflection avoids the hallucination problem.

Share this article

Riellvriany Indriawan

Article by

Riellvriany Indriawan

Riell is a designer and writer at eesel AI with about two years of experience researching CX platforms, AI chatbots, and helpdesk software. She combines her design background with a sharp eye for how these tools actually look and feel in practice — making her comparisons unusually visual and user-focused.

Related Posts

All posts →
Illustration of a technical support queue escalating from tier 1 to engineering
Guides

The 8 best technical support ticketing systems in 2026

I compared 8 technical support ticketing systems on the thing that actually costs money: what happens when tier 1 cannot fix it and the ticket goes to engineering.

Rama Adi NugrahaRama Adi NugrahaJul 31, 2026
Illustration of a call center agent looking up an answer while a customer waits on the line
Guides

The 10 best call center knowledge base software tools in 2026

I compared 10 call center knowledge base software tools on the only thing that matters on a live call: how fast the answer reaches the agent, and what that costs.

Riellvriany IndriawanRiellvriany IndriawanJul 31, 2026
Illustration of three help desk delivery models: an in-house agent, an outsourced agent on a call, and an agent working alongside an AI assistant
Guides

Help desk services in 2026: what they cost and who runs yours

Outsourced help desk services, in-house software, or an AI layer: three meters, three quotes, no comparison. Here are the real 2026 rates and the per-ticket math.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 30, 2026
An AI agent taking real actions on customer support tickets alongside a human support agent
Guides

The 10 best agentic customer service software tools in 2026

A hands-on comparison of 10 agentic customer service software platforms, with the write actions each one really takes and the billing unit that decides your invoice.

Rama Adi NugrahaRama Adi NugrahaJul 29, 2026
I tested the leading open-source ticketing systems to find the 5 best for 2026.
Guides

5 open-source ticketing systems worth using in 2026

Open source ticketing systems let businesses customize workflows, integrate tools, and cut costs for efficient support.

Riellvriany IndriawanRiellvriany IndriawanSep 1, 2025
A practical guide to Salesforce AI examples in 2025
Guides

A practical guide to Salesforce AI examples in 2025

Thinking about using Salesforce AI? We break down the most common Salesforce AI examples, from lead scoring to service bots, and explore the hidden complexities of setup and pricing you need to know about.

Kenneth PanganKenneth PanganOct 7, 2025
Illustration of support requests moving through ticket statuses into a resolved queue
Guides

Helpdesk ticketing system: how it works and what it costs

A helpdesk ticketing system is four layers, not one product. Here is what each layer does, which plan gates it, and what the AI meter on top really bills you.

Riellvriany IndriawanRiellvriany IndriawanJul 31, 2026
Illustration of a support request moving through ticket statuses to a resolved checkmark
Guides

The 10 best ticketing system software tools in 2026

Ten ticketing system software tools compared on what a ticket actually is inside each one, real 2026 list prices, and the AI meter that decides your invoice.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 31, 2026
Illustration of an IT team working through a ticket queue on a shared dashboard
Guides

The 10 best IT ticketing systems in 2026

I compared 10 IT ticketing systems on real 2026 list prices, the AI meter each one bills you on, and what the free tiers actually cap.

Rama Adi NugrahaRama Adi NugrahaJul 31, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free