We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ddd26 commit e141a85Copy full SHA for e141a85
Server-Side Components/Business Rules/Auto create Problem when P1 Incident created/README.md
@@ -0,0 +1,10 @@
1
+Auto create Problem when P1 Incident created
2
+
3
+1. Create a After Business Rule.
4
+2. Applicable to Incident Table.
5
+3. Use After Business Rule - Insert.
6
+4. Add conditions if required.
7
+5. Apply the script.
8
+6. When a Priority-1 Incident get raised then after followed by Problem will get created.
9
+7. Map the Incident fields like short_description, description, cmdb_ci will mapped to the Problem Record.
10
+8. Map the problem to the Incident.
0 commit comments