ServiceNow change management is a module that provides a structured approach to managing changes within an IT environment, ensuring they are implemented safely and efficiently while minimizing disruptions.
States in any ServiceNow application serve a specific purpose. They are designed to make it clear where in a process a record currently resides and to display progress. States should represent a unique phase in a process where a specific set of related activities are grouped together designed to achieve a particular outcome to move to the next phase of the process.
The Service Owner approves the change in the Assessed state, ensuring that the proposed modification is beneficial, aligns with service goals, and does not pose unacceptable risks. This approval is crucial because it confirms that the change is justified, planned properly, and safe to advance toward scheduling and implementation
The Implementer will populate the mandatory fields:
3 Emergency Change Management (Flow)
In Standard Change Management, the Canceled state represents a Change Request (CR) that is no longer required, considered invalid, or should not continue through the change lifecycle. When a change is moved to this state, all further actions, approvals, and implementations are stopped.
The record remains in the system for audit, tracking, and reporting purposes, ensuring that there is a documented reason for why the change was terminated without proceeding to completion.
|
Field Name |
Technical Name |
Type |
Description |
|
Number |
number |
Auto-generated |
Unique identifier for each change request. |
|
State |
state |
Choice |
Current status of the change (New, Assess, Authorize, Scheduled, Implement, Review, Closed). |
|
Type |
type |
Choice |
Type of change (Standard, Normal, Emergency). |
|
Assignment Group |
assignment_group |
Reference |
The group is responsible for handling the change. |
|
Assigned To |
assigned_to |
Reference |
User assigned to work on the change. |
|
Requested By |
requested_by |
Reference |
User who requested the change. |
|
Category |
category |
Choice |
Category of the change (Hardware, Software, Network, etc.). |
|
Priority |
priority |
Choice |
Impact + Urgency determines priority. |
|
Impact |
impact |
Choice |
The level of impact the change has on business. |
|
Urgency |
urgency |
Choice |
How quickly is the change needed. |
|
Short Description |
short_description |
String |
A summary of the change. |
|
Description |
description |
Journal/HTML |
Detailed information about the change request. |
|
Change Plan |
chg_plan |
HTML |
Plan to implement the change. |
|
Test Plan |
test_plan |
HTML |
Details about testing the change implementation. |
|
Backout Plan |
backout_plan |
HTML |
Steps to revert if change fails. |
|
Risk |
risk |
Integer / choice |
Level of risk (Low, Medium, High). |
|
Justification |
justification |
HTML |
Reason for the change. |
|
Start Date |
start_date |
Date/Time |
When implementation is planned to start. |
|
End Date |
end_date |
Date/Time |
When implementation is completed. |
|
Planned Start Date |
planned_start_date |
Date/Time |
Planned start of change activities. |
|
Planned End Date |
planned_end_date |
Date/Time |
Planned end time of change activities. |
|
Implementation Plan |
implementation_plan |
HTML |
Step-by-step implementation details. |
|
CAB Required |
cab_required |
Boolean |
Indicates if CAB approval is needed. |
|
CAB Date |
cab_date |
Date/Time |
Scheduled CAB meeting date. |
|
Work Notes |
work_notes |
Journal |
Internal notes added by technicians. |
|
Additional Comments |
comments |
Journal |
Customer-visible comments. |
|
Approval |
approval |
Choice |
Approval status (Requested, Approved, Rejected). |
|
Approval History |
sysapproval_approval |
Related List |
Shows all approval records. |
|
Close Code |
close_code |
Choice |
Success, Failure, or Partial. |
|
Close Notes |
close_notes |
Journal |
Notes added while closing the change. |
|
Configuration Item (CI) |
cmdb_ci |
Reference |
The CI impacted or related to the change. |
|
Change Owner |
change_owner |
Reference |
The person responsible for the overall change. |
Change Management helps organizations make changes in a safe and organized way. It reduces risks, avoids unexpected issues, and ensures that every change is planned, approved, and implemented properly. By following a clear process, teams can keep systems stable while still improving and adapting to new needs.