Ability to reassign cases to another person in a same group.

Insider
Giga Guru

Once a request is assigned to one member of an assignment group, there is a requirement for another member of the same  group to be able to reassign that ticket to themselves. The current state is that once the ticket is assigned to Person A, Person B cannot reassign that ticket either to themselves or another person in the group. 

1 ACCEPTED SOLUTION

Insider
Giga Guru

Solution on ACL:

 gs.getUser().isMemberOf(current.assignment_group.toString())
    answer = true;

View solution in original post

6 REPLIES 6

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

how are you driving the assignment of the case?

Is it via the UI Action? If yes then ensure you are having valid UI action condition for the visibility.

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

There is no UI action, but there are ACL's for this field.

Harish KM
Kilo Patron
Kilo Patron

Hi there should be a UI action called "Assigned to me" you need to check the conditions over there.

Regards
Harish

There is no UI action, but there are ACL's for this field.