dipak_thakor
ServiceNow Employee

What is the reason you cannot add a close incident to a problem record in ServiceNow OOB. This is a common point of confusion in ServiceNow and in ITIL practices more generally. Let’s unpack this carefully:

 

The Situation

 

You’ve got:

  • A Problem record — used to identify and eliminate the root cause of one or more incidents.

  • One or more Incidents — which are user-facing interruptions or degradations of service.

In ServiceNow, you can link incidents to a problem record (via the “Related Incidents” list) so that all related incidents are associated with the same underlying problem.

 

Why you can’t (or shouldn’t) add a closed incident to a problem

 

In out-of-box ServiceNow configurations, you cannot relate closed incidents to a problem record — 

 

The main reasons are process and governance:

  1. ITIL best practice encourages proactive problem management

    • Problem investigation should start while incidents are active or recently resolved.

    • Once incidents are closed, they’ve already gone through their lifecycle — reopening them or attaching them to a problem after closure can complicate metrics and reporting.

  2. Data integrity and reporting concerns

    • Attaching closed incidents later can skew KPIs such as “mean time to resolve” or “number of incidents per problem.”

    • Many organizations lock closed incidents from further modification to ensure audit consistency.

  3. Workflow and automation design

    • ServiceNow workflows often trigger notifications, updates, and status changes when incidents are linked to problems.

    • Doing this retroactively on a closed record may trigger unintended actions or break automation sequences.

 

What is the ITIL stance

 

ITIL does not strictly forbid linking closed incidents to problems. However:

  • Proactive Problem Management (identifying issues before they recur) focuses on open or recent incidents.

  • Reactive Problem Management (after incidents occur) can include analysis of closed incidents for trend analysis — but this is typically done via reporting and analytics, not by re-linking old incident records.

So, it’s not “against ITIL”, but it’s usually against local process controls designed to preserve clean data and audit trails.

Comments
Kilo Sage

In out-of-box ServiceNow configurations, you cannot relate closed incidents to a problem record
The OOTB value for "problem.role.relate_closed_incidents" is "problem_coordinator", so this is actually possible.

But only on the Classic UI, because there is a bug in SOW (Zurich Patch 4).

Here is the fix: Bug: Related Closed Incident to Problem - ServiceNow Community

Tera Expert

Hello @dipak_thakor 
Did you have a suggestion for the vice-versa? 
Users attempt to attach Closed Problems on Active incidents? It is possible OOTB in ServiceNow, isn't' it against ITIL best practice?

Mega Sage

@saileshlank - it is not against ITIL best practice to close an active problem with linked incidents as the closed problem is the resolution of the incidents. I believe SN will automatically (OOB) close any open/active incident linked to a problem which is on-hold pending problem resolution, when the problem is closed as resolved (not when risk-accepted or cancelled though). I don't think there is a clean way to disable this behaviour from OOB, so if your org's 'best practice' is to manually close incidents upon problem resolution (perhaps you have white-glove remediation services?), I would reccommend adopting the process-based approach of NOT putting incidents on hold pending problem resolution, when they are linked to a problem. Perhaps you can add a custom on-hold reason for the INC table which is "pending problem" and disable the OOB one (as the br/script include won't trigger when the problem closes for the incidents which have a custom "pending problem" status).