How to set "current.assigned_to" to a null value whenever the condition "current.assignment_group.changes()" is met?
We have implemented a business rule to set "current.assigned_to = 0" whenever the condition "current.assignment_group.changes()" is met.However, this caused the following issue:When the incident is moved to "resolved" status, "current.assigned_to = 0...