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 eef3f11 commit a265111Copy full SHA for a265111
Server-Side Components/Business Rules/Update CI status on Change Request closure/README.md
@@ -0,0 +1,9 @@
1
+Update CI status on Change Request Closure
2
+
3
+1. Create a Business Rule - After Update
4
+2. Select the Change Request Table.
5
+3. Add a condition as when Change state = "Closed"
6
+4. Run only when Change is moving to Closed
7
+5. Query all CI relationships for this Change Request
8
+6. Update CI status based on the condition
9
+7. The relationship table that links a change (task) to CIs (ci_item).
0 commit comments