You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Auto-Generate Knowledge Article from Resolved Incident
2
+
3
+
## Overview
4
+
This ServiceNow Business Rule automatically creates a draft Knowledge Article when an Incident is resolved and contains resolution notes. It helps promote knowledge reuse and reduces repetitive tickets by capturing solutions directly from resolved Incidents.
5
+
6
+
## Features
7
+
- Triggered when an Incident is moved to the "Resolved" state.
8
+
- Checks for presence of resolution notes (`close_notes`).
9
+
- Creates a draft Knowledge Article with the Incident number and resolution content.
10
+
- Tags the article with a default category (`General`).
11
+
- Optionally links the article to the source Incident via a custom field.
0 commit comments