Resolved! add caller of the incident to the group being selected in the assignment group field on insert
I have created a before business rule and ,insert as true and used the following script ,but i am not getting the results,please adivce (function executeRule(current, previous /*null when async*/ ) {if (current.operation() == 'insert') {var assignm...
