ServiceNow ITSM Core Modules – Incident, Problem, Change, and Request Management
Master ServiceNow ITSM core modules required for jobs. Learn Incident, Problem, Change, and Request Management with real-world workflows, SLAs, approvals, and hands-on configuration.
Incident Management
Overview
Incident Management is used to restore normal service operations as quickly as possible and minimize business impact.
Incident Lifecycle
Typical incident flow:
- New
- In Progress
- On Hold
- Resolved
- Closed
Each state represents a stage in incident handling.
Assignment Groups
Assignment groups define which team is responsible for resolving the incident.
Examples:
- Service Desk
- Network Team
- Linux Support
- Application Support
Assignment can be manual or automatic using rules.
Priorities and SLAs
Priority is calculated based on:
- Impact
- Urgency
SLA (Service Level Agreement) defines:
- Response time
- Resolution time
Example:
High priority incidents must be resolved within 4 hours.
Incident States
Common states:
- New
- In Progress
- On Hold
- Resolved
- Closed
State transitions control workflow behavior.
Major Incident Process
Major Incidents are high-impact incidents affecting critical business services.
Key features:
- Dedicated major incident manager
- Faster approvals
- War-room communication
- Post-incident review
Hands-On: Create Incidents
- Navigate to Incident → Create New
- Fill in caller, category, impact, urgency
- Save and observe auto-generated incident number
Hands-On: Configure Auto-Assignment
- Navigate to System Policy → Assignment Rules
- Create a new assignment rule
- Define conditions (for example: Category = Network)
- Assign to the correct group
- Test by creating a new incident
Hands-On: Test SLA Breach Scenarios
- Navigate to Service Level Management → SLAs
- Review incident SLAs
- Create a high-priority incident
- Delay resolution intentionally
- Observe SLA countdown and breach behavior
Problem Management
Incident vs Problem
- Incident: A single service interruption
- Problem: The underlying root cause of one or more incidents
Example:
Multiple email incidents caused by a mail server failure indicate a problem.
Root Cause Analysis (RCA)
RCA is used to identify the real cause of issues.
Common methods:
- 5 Whys
- Fishbone diagram
- Fault tree analysis
Known Error Database (KEDB)
A Known Error is a documented problem with a confirmed root cause and workaround.
Benefits:
- Faster incident resolution
- Knowledge reuse
Hands-On: Create Problems from Incidents
- Open an existing incident
- Use the Create Problem option
- Link related incidents
- Save the problem record
Hands-On: Link Root Cause and Known Errors
- Update problem record with root cause details
- Mark the problem as Known Error
- Link workaround documentation
- Verify KEDB entry
SECTION 3: Change Management
Types of Changes
- Normal Change: Requires approval and risk assessment
- Standard Change: Pre-approved, low-risk
- Emergency Change: Urgent fixes requiring fast approval
Change Lifecycle
Typical change flow:
- New
- Assess
- Authorize
- Implement
- Review
- Closed
Approval Workflows
Approvals can include:
- Manager approval
- CAB approval
- Risk-based approval
Approval logic is controlled using workflows or Flow Designer.
CAB Process
Change Advisory Board reviews and approves changes based on:
- Risk
- Impact
- Business priority
Risk Calculation
Risk is calculated using:
- Impact
- Urgency
- Change type
Higher risk changes require additional approvals.
Hands-On: Create Change Records
- Navigate to Change → Create New
- Select change type
- Fill required fields
- Save and submit for approval
Hands-On: Configure Approvals
- Navigate to Flow Designer or Workflow Editor
- Open change approval flow
- Add approval conditions
- Test approval behavior
SECTION 4: Request Management (Service Catalog)
Service Catalog Overview
The Service Catalog provides a user-friendly way to request services.
Examples:
- Laptop request
- Software installation
- Access requests
Catalog Items
Catalog items define what users can request.
Each item includes:
- Variables
- Pricing (optional)
- Approval logic
- Fulfillment tasks
Record Producers
Record Producers create records directly in tables using catalog forms.
Example:
Creating an incident from a catalog item.
Request, RITM, and Task
ServiceNow creates multiple records:
- Request (REQ): Parent request
- Requested Item (RITM): Individual items
- Catalog Task (TASK): Fulfillment work
Approval Workflows
Approvals can be:
- User manager
- Group-based
- Multi-level approvals
Hands-On: Create a Catalog Item
- Navigate to Service Catalog → Catalog Definitions → Maintain Items
- Create a new catalog item
- Add variables
- Assign category
- Save and publish
Hands-On: Build an Approval Process
- Open the catalog item
- Define approval conditions
- Add approval flow using Flow Designer
- Submit a request and test approval
Chapter 2 Completion Outcome
After completing this chapter, you will be able to:
- Manage incidents using real ITSM processes
- Configure SLAs and assignment rules
- Perform problem management and RCA
- Handle different change types and approvals
- Build service catalog items and workflows
- Work confidently in ITSM production environments