Lesson 53 of 60 beginner

Incident, Problem, Change & Release

The process spine of enterprise IT

Open interactive version (quiz + challenge)

Real-world analogy

ITIL disciplines are like the rules of a hospital: incidents are emergency treatment, problems are root-cause research, changes are scheduled surgery, releases are delivering new procedures to the floor. Mix them up and patients suffer.

What is it?

ITIL-aligned service management is the operating model of most enterprise IT organizations. Knowing the vocabulary, disciplines, and safe patterns makes you immediately more hireable and promotable.

Real-world relevance

A printer ticket (incident) is resolved in 10 minutes with a spooler restart. Over a month, 40 similar tickets trigger a problem record. Root cause: an outdated print driver on the central server. A planned change fixes it during a maintenance window. Ticket volume drops 80%.

Key points

Code example

// ITIL flow (minimal)

User reports issue
      |
      v
INCIDENT ticket  -> restore service fast (workaround OK)
      |  (many repeats?)
      v
PROBLEM ticket   -> root cause analysis, known error
      |
      v
CHANGE ticket    -> controlled fix (CAB approval, rollback plan)
      |
      v
RELEASE          -> deployment package / rollout (if software)
      |
      v
POST-IMPLEMENTATION REVIEW  -> verify, update KB + CMDB

Severity = technical impact
Priority = business impact

Line-by-line walkthrough

  1. 1. ITIL flow diagram
  2. 2. User report
  3. 3. Incident — restore fast
  4. 4. Repeats promote to problem
  5. 5. Problem — root cause
  6. 6. Change — controlled fix
  7. 7. Release — delivery packaging
  8. 8. Post-implementation review
  9. 9. Blank separator
  10. 10. Severity vs priority reminder

Spot the bug

Every ticket, regardless of type, is logged as a ‘change request’ requiring CAB approval. Users wait days for password resets.
Need a hint?
What happens to the value of CAB approvals in this setup?
Show answer
CAB loses meaning — important changes drown in noise. Fix: separate requests (routine, from catalog) from changes (risk-managed). Create standard changes (pre-approved). Keep normal changes for CAB, emergency changes for fast paths. Users get fast service; risk is still managed where it matters.

Explain like I'm 5

Incident: put out the fire. Problem: find what started it. Change: build a better fireproof wall. Release: open the new wall carefully to real users. Get the order wrong and you burn more stuff.

Fun fact

In practice, ITIL maturity correlates strongly with employee happiness. Shops with clean incident/problem/change flows spend less time firefighting and more time improving — the difference is cultural, not magical.

Hands-on challenge

Take your last 5 IT tickets (real or simulated) and classify each as incident, problem, change, request, or release. Justify each classification in one sentence.

More resources

Open interactive version (quiz + challenge) ← Back to course: IT Jobs Bootcamp