We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804fac9 commit 98c3ef4Copy full SHA for 98c3ef4
Server-Side Components/Business Rules/Abort Parent Incident Closure When Child is Open/README.md
@@ -11,6 +11,6 @@ Advanced: true
11
When: before
12
Update: Check this box.
13
In the When to run tab, set the Condition field:
14
-current.state.changesTo(7) || current.state.changesTo(6) || current.state.changesTo(8) The state values are: 6 (Resolved), 7 (Closed), 8 (Cancelled).
+current.state.changesTo(7) || current.state.changesTo(6) || current.state.changesTo(8) //The state values are: 6 (Resolved), 7 (Closed), 8 (Cancelled).
15
Note: The state values (6, 7, 8) may vary based on your instance configuration.
16
In the Advanced tab, paste the provided script into the Script field.
0 commit comments