Resolved! How can I abort the creation of an incident once in the script of the Inbound Action?
I have tried current.setAbortAction(true), but the incident still gets created. gs.log('IA-BACKUP-Group=' + current.assignment_group.getDisplayValue()); if (current.assignment_group == null) { // abort current.setAbortAction(true); }