Hello
We have recently implemented Change and have found that ITIL users can approve other people's Approvals. How can I stop this? I have had a look at the Access Control on the State field but it isn't clear how you restrict it to ones own approvals:
Type: record
Operation: write
Name: Approval [sysapproval_approver] State
Condtion: none
Script: answer = gs.hasRole('approval_admin') || gs.hasRole('itil') || isApprovalMine(current);