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 39c16c9 commit 218b4c6Copy full SHA for 218b4c6
Server-Side Components/Business Rules/Set CI to In Maintenance on Change start/README.md
@@ -0,0 +1,9 @@
1
+Set CI to In Maintenance on Change start
2
+
3
+1. Write a Business Rule - After Update
4
+2. Select the Change Request Table
5
+3. Add a Condition that Change state = "Implement"
6
+4. task_ci is the relationship table that links tasks to configuration items (ci_item)
7
+5. Finds all relationship records where the task field equals this Change Request
8
+6. Retrieve the CI whose sys_id is stored in ciRel.ci_item, It returns true if found.
9
+7. Set the CI’s install_status to In Maintenance.
0 commit comments