State and Incident State sync issue
Hi All,I have a custom Before Update BR as below:When to Run : u_strike_counter = 4/** * Incident state is set to resolved when 3 strike counter changes to 4 */(function executeRule(current, previous /*null when async*/ ) { current.state = global....
