How to make visible a UI Action only for the members of Assignment Group
I created a UI Action “Assign to me” and used below script in condition to make ti visible only for the members of Assignment Group of ticket but it’s not working Script: gs.getUserID().isMemberOf(current.assignment_group) Do anyone have an idea to f...