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 cc6fd7f commit 43d5c3cCopy full SHA for 43d5c3c
Server-Side Components/Business Rules/Auto-assign and notify owners of Affected CIs/README.md
@@ -0,0 +1,8 @@
1
+Create Change Tasks for each affected CI and notify its owner
2
+
3
+1. Create a Business Rule - After Insert/Update Change Request Table
4
+2. Query the task_ci table to get all CIs linked to this Change Request
5
+4. Fetch all the actual CI records present in the table
6
+5. Proceed if CI has a owner, check if a Change Task for this CI and owner already exists
7
+6. If not existing create a change task for CI owner
8
+7. Triggers an event to notify the CI owner (email/push).
0 commit comments