- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-09-2022 02:51 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-17-2022 12:05 AM
Solution on ACL:
gs.getUser().isMemberOf(current.assignment_group.toString())
answer = true;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-09-2022 02:59 AM
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
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-10-2022 04:52 AM
There is no UI action, but there are ACL's for this field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-09-2022 03:02 AM
Hi there should be a UI action called "Assigned to me" you need to check the conditions over there.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-10-2022 04:52 AM
There is no UI action, but there are ACL's for this field.