Skip to content

Commit 98c3ef4

Browse files
authored
Update README.md
1 parent 804fac9 commit 98c3ef4

File tree

1 file changed

+1
-1
lines changed
  • Server-Side Components/Business Rules/Abort Parent Incident Closure When Child is Open

1 file changed

+1
-1
lines changed

Server-Side Components/Business Rules/Abort Parent Incident Closure When Child is Open/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Advanced: true
1111
When: before
1212
Update: Check this box.
1313
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).
14+
current.state.changesTo(7) || current.state.changesTo(6) || current.state.changesTo(8) //The state values are: 6 (Resolved), 7 (Closed), 8 (Cancelled).
1515
Note: The state values (6, 7, 8) may vary based on your instance configuration.
1616
In the Advanced tab, paste the provided script into the Script field.

0 commit comments

Comments
 (0)