Skip to content
8 min read·Lesson 5 of 8

ITSM Modules: Incident, Problem, Change, and Knowledge

Master the four core ITSM modules — what each process is for, how they relate to ITIL, and the standard lifecycle of each record type.

The four flagship modules of IT Service Management — Incident, Problem, Change, and Knowledge — are the original use cases ServiceNow was built for, and remain its bestselling product line. Every ServiceNow administrator must understand how each works individually and how they relate.

Incident Management

Definition: An unplanned interruption to a service or reduction in its quality.

The goal of incident management is restore service as quickly as possible — not to find the root cause (that is what Problem is for).

Standard incident states

  1. New
  2. In Progress
  3. On Hold (Awaiting Caller / Vendor / Change)
  4. Resolved
  5. Closed
  6. Canceled

Key incident fields

FieldPurpose
caller_idThe user reporting the incident
category / subcategoryRouting taxonomy
impact / urgencyInputs to the calculated Priority
priority1-Critical through 5-Planning, derived from impact × urgency
assignment_group / assigned_toWho is working on it
configuration_item (CI)The affected service/server/application from the CMDB
close_code, close_notesResolution categorisation

Major Incident Management (MIM)

For high-severity outages, ServiceNow has a dedicated Major Incident process: dedicated MIM workspace, war room collaboration, post-incident review record (problem record), customer communications via the customer service module.

Problem Management

Definition: The process of investigating the root cause of one or more incidents and preventing recurrence.

Where Incident is reactive and fast, Problem is methodical and analytical.

Problem record lifecycle

  1. New → Problem identified
  2. Assess → Investigating
  3. Root Cause Analysis → Identifying the underlying defect
  4. Fix in Progress → Solution under development
  5. Resolved → Permanent fix deployed
  6. Closed

Known Errors and Workarounds

When a problem's root cause is understood but a permanent fix is not yet available, a Known Error record documents it along with a workaround. Service-desk agents resolving similar incidents can apply the workaround immediately rather than reinvestigating.

Relationship to incidents

Multiple incidents can be linked to one problem. When the problem is resolved with a fix, related incidents are auto-updated. This relationship is critical for proving ROI on the Problem process.

Change Management

Definition: The process of controlled introduction of changes to services to minimise risk and disruption.

Three standard change types

TypeRiskApproval
StandardPre-approved, low-risk, repeatable (e.g., password reset, certificate renewal)Implicit (pre-approved template)
NormalRoutine but unique; requires risk assessmentCAB review
EmergencyUrgent fix to restore service; reduced lead timeECAB (Emergency CAB)

Change record fields

  • type (standard / normal / emergency)
  • category
  • risk and impact (auto-calculated from Risk Conditions)
  • implementation plan, backout plan, test plan
  • cmdb_ci (the CI being changed)
  • start_date and end_date (the change window)
  • state — from New through Implement to Review/Closed

Change Advisory Board (CAB)

The CAB is a recurring meeting (often Tuesday afternoon) where the change manager and representatives review upcoming Normal changes. ServiceNow has a built-in CAB Workbench to schedule, agendise, and minute these meetings.

Change Calendar and Blackout Windows

The change calendar displays all scheduled changes; blackout periods (end-of-quarter freeze, holiday weekends) automatically reject change requests that fall within them. This is one of the most-loved features of the module.

Knowledge Management

The Knowledge module stores reusable articles: how-tos, troubleshooting steps, FAQs, policy documents. Articles live in knowledge bases (e.g., IT Knowledge, HR Knowledge, Customer-facing Knowledge), each with its own permissions.

Article lifecycle

  1. Draft
  2. Review
  3. Published
  4. Retired

Two consumption modes

  • Search: End users search the knowledge base; agents search from within the incident form to find applicable workarounds
  • Contextual suggestions: Agentic AI and ML-based article suggestions surface relevant articles as agents type, dramatically reducing mean time to resolve (MTTR)

How the Modules Connect

Incident  →  multiple incidents reveal a pattern  →  Problem
Problem   →  fix requires a change  →  Change
Change    →  successfully resolved  →  Problem closed  →  Incidents updated
Knowledge ←  every resolved Problem produces a Known Error article
Knowledge →  agents reference articles to resolve Incidents faster

This virtuous cycle — incidents inform problems, problems inform changes, all of them produce knowledge that prevents future incidents — is the operational heartbeat of an ITIL-aligned IT organisation.

Service Level Agreements (SLAs)

Each module integrates with the SLA engine. SLAs define duration targets ("Resolve P1 incidents within 4 business hours") and the engine tracks:

  • Response SLA: Time to acknowledge / assign
  • Resolution SLA: Time to resolve

SLAs pause during On Hold states, resume on un-hold, and breach when the timer exceeds the target. Breach actions can trigger notifications, escalations, or even change ticket priority.

The Performance Analytics Layer

ServiceNow Performance Analytics layers trend dashboards on top of these modules: MTTR over time, incident volume by category, change success rate, problem resolution velocity. These dashboards are how IT leaders measure operational health.

Try It on Your PDI

  1. Create an incident; set priority to P2; assign to a service-desk group
  2. Resolve it referencing a known knowledge article
  3. Create a problem record and link the incident to it
  4. From the problem, create a change request for the fix
  5. Walk the change through the standard workflow and close it
  6. Confirm the linked problem and incident close automatically

This end-to-end exercise is one of the most common CSA exam scenario questions.

Key Takeaways

  • Incident captures the disruption of service; Problem captures the underlying cause; Change captures the planned modification.
  • Knowledge captures organisational learning and feeds back into faster Incident resolution.
  • Each module aligns with an ITIL practice — ServiceNow is an opinionated implementation of ITIL 4.
  • States, assignment groups, and SLAs are the most-configured aspects in real deployments.
  • Change Advisory Board (CAB) workflow is built in but heavily customised per organisation.

Test your knowledge

Try exam-style practice questions to reinforce what you've learned.

Practice Questions →