Incident Management release notes
Summarize
Summary of Incident Management Release Notes - Yokohama Release
The ServiceNow Incident Management application in the Yokohama release focuses on restoring normal service operations efficiently while minimizing business impact and maintaining service quality. This release enhances the efficiency of tier 1 service desk agents, improves security, refines email notification behaviors, updates incident workflows, and optimizes configuration item (CI) searches.
Show less
Key Features
- New User Role for Service Desk Agents: The
snservicedeskagentrole streamlines information gathering and resolution for tier 1 agents. It includes roles for incident, problem, change, and request writing, tracked file reading, and integrates AI-related roles when the ITSM Gen AI plugin is installed. - Enhanced Security Model: Deny-Unless ACLs now restrict unauthorized access to incident-related tables, preventing unauthenticated users from reading, writing, deleting, or viewing reports. This security model applies automatically to key incident tables and can be activated for others via the ITSM Enhanced Security Features plugin.
- Email Notification Link Redirection: Email links to incident and major incident records can be configured to open in either the classic UI16 or Service Operations Workspace (SOW). This behavior is controlled by specific system properties and requires relevant roles and plugins (such as ITSM Notifications Redirection).
- Incident and Problem Workflow Update: When a problem fix is shared, the event is now added to the incident’s private work notes instead of customer-visible comments. This change is automatic for new customers and optional for existing ones via a system property.
- Incident Reopening Enhancements: Agents with incident write access, callers, requesters, and users who opened the incident can now reopen resolved incidents through classic UI16 or Portal UIs. Agent reopen permissions differ slightly between UI types.
- Improved CI Search and Sorting: The Configuration Item field on incident forms now sorts CIs alphabetically by name to enhance UI clarity and loading speed, improving search performance across new and existing users.
Practical Implications for ServiceNow Customers
- Tier 1 service desk agents can work more efficiently with a dedicated role that consolidates necessary permissions and AI capabilities.
- Security of incident data is strengthened by default, reducing risks of unauthorized access; customers should test and plan plugin activation in non-production environments before production deployment.
- Email notifications are more flexible and user-friendly by allowing link redirection to preferred interfaces, improving agent and stakeholder experience.
- Incident workflows for sharing problem fixes are now cleaner and less disruptive to customers, with private work notes used by default.
- End users and agents have improved control over incident lifecycle by being able to reopen resolved incidents appropriately via multiple interfaces.
- Faster and clearer Configuration Item searches support quicker incident handling and resolution.
Activation Information
Incident Management features are part of the ServiceNow AI Platform and are active by default. Additional plugins for enhanced security and notification redirection may require administrative installation and activation, with careful testing recommended.
The ServiceNow® Incident Management application restores normal service operations while minimizing the impact to business operations and maintaining quality. Incident Management was enhanced and updated in the Yokohama release.
Incident Management highlights for the Yokohama release
- Increase the operational efficiency of the tier 1 service desk agents with the dedicated sn_service_desk_agent role.
- Control whether an incident or major incident record link in an email notification redirects you to the record in the classic UI16 interface or Service Operations Workspace (SOW).
- Enable agents with incident write access, callers, requesters, and Opened by end users to reopen a resolved incident from the Incident Management classic UI16 form, SOW, or Portal UIs.
- Restrict unauthorized access to incident-related tables using deny ACLs.
- Search for a configuration item (CI) in a list alphabetized by the CI name with an improved search performance.
See Incident Management for more information.
New in the Yokohama release
- User role for service desk agents
- With the sn_service_desk_agent user role, increase the operational efficiency by streamlining the process of asking about, gathering, and verifying information, as well as delivering quick
resolutions. This role is designed for tier 1 service desk agents and is accessible when the ITSM Roles plugin (com.snc.itsm.roles) installed. The sn_service_desk_agent role includes the following user roles:
- sn_incident_write
- sn_problem_write
- sn_change_write
- sn_request_write
- tracked_file_reader
The sn_service_desk_agent role can be used starting with SOW version 6.1.
- Enhanced security model adoption for incident tables
- Help prevent unauthorized access to incident-related tables using Deny-Unless ACLs. A Deny-Unless authentication ACL restricts access for a non-authenticated user, such as a public role user. Without access, the user can't
perform any actions on incident-related tables, including reading, writing, deleting, creating, or accessing the report view.This feature is activated automatically and applicable on the following incident-related tables:
- kb_template_incident_kcs_articl
- kb_template_incident_kcs_template
Additionally, this feature is available on the following incident-related tables of new or zBoot instances after installing the ITSM Enhanced Security Features (com.snc.itsm.enhanced_security) plugin:- incident
- incident_task
- task_ci
- task outage
For more information, see Deny-Unless ACL.
Changed in this release
- Email redirection behavior for major incident email notification links
- In major incident email notifications, you can now decide where the links to a major incident record are redirected. Instead of a major incident record automatically opening in the classic UI16 interface in Major Incident Management, the record can be opened in SOW. The major incident record link in an email notification opens in SOW only if the following conditions are met:
- The Redirect SOW Email notification (sow_email_notification_redirect) property is set to true. Setting this property to true enables the email redirection behavior for all tables including major incident.
- The Redirect SOW Email notification for Major Incident Management (sn_major_inc_mgmt.sow_email_notification_redirect.mim) property is set to true.
- You have the sn_sow_user role.
The ITSM Notifications Redirection (com.snc.itsm.notifications_redirection) plugin is installed and activated automatically to support this behavior.
- Email redirection behavior for incident email notification links
- In incident email notifications, you can now decide where the links to an incident record are redirected. Instead of an incident record automatically opening in the classic UI16 interface in Incident Management, the record can be opened in SOW. The incident record link in an email notification opens in SOW only if you have the sn_sow_user role and any of the following conditions are met:
- The Redirect SOW Email notification (sow_email_notification_redirect) property is set to true. Setting this property to true enables the email redirection behavior for all tables including incident.
- The Redirect SOW Email notification for Incident Management (sow_email_notification_redirect.incident) property is set to true. You can create this property if you want to enable or restrict the email redirection behavior specifically for the incident table. This property, if created and set, overrides the Redirect SOW Email notification (sow_email_notification_redirect) base system property.
The ITSM Notifications Redirection (com.snc.itsm.notifications_redirection) plugin is installed and activated automatically to support this behavior.
To ensure consistency, the email notification templates for incident tasks are also updated to send the notification from Service Operations Workspace (SOW) in the same format as sent from classic UI16 interface similar to incident. Also, the template theme is updated to match the Next Experience theme.
- Incident and problem workflow changes
- When a problem is fixed and the Share fix option is triggered, the event is added to the Work notes (Private) field instead of the Additional comments (Customer
visible) field for the incident associated with the problem record.
This feature is available in the base system for the new customers. For existing or upgrade customers, admin must set the Communicate problem workaround to incident worknotes (com.snc.incident.communicate_prb_workaround_to_inc_worknotes) system property to true to enable the feature.
- Changes in the reopening incident behavior
- Enable the agents with incident write access, callers, requesters, or Opened by end users to reopen a resolved incident. Both the caller and the requester can view and use the
Reopen option on the incident classic UI16 form and the Portal UIs, such as Service Portal and Employee Service Center (ESC) portal.
An agent can view and use the Reopen option on the incident classic UI16 form to reopen any incident that is assigned to them or to other agents. However, on the Portal UI, an agent can only view and use the Reopen option to reopen an incident if it’s assigned to them.
- Sorting CIs in incident forms
- The search performance of the available CIs for the Configuration item field on an incident form is enhanced to promote a clean UI and quick loading and sorting of the CIs. The search results that list
the CIs are sorted alphabetically by CI name instead of by CI class and then CI name. The ref_ac_order_by=sys_class_name attribute is removed from the default attributes on the
cmdb_ci field of the Task [task] table, which increases the performance of the field.
This change is applicable to new and existing users using the default attributes. You can use the Override attributes option to restrict this change for any required child tables that extend to the cmdb_ci field of the Task [task] table.
Activation information
Incident Management is a ServiceNow AI Platform feature that is active by default.