Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Create a SNOW group where the members has access to the tickets assigned to the group

ark257
Tera Contributor

I want to create an assignment group in which the members can only see the tickets assigned to the group.

They shouldn't be able to see any other incidents or problems or tasks or changes in the instance.

Please provide me the ACL or business rules or both which will help me attain this

6 REPLIES 6

GlideFather
Tera Patron

Hi @ark257,

 

there's no need to create any new group... just in the ACL apply the read rights and add that assignment group is one of my groups. And decide whether admin shall override this or not. For this you need security admin role.

 

Or display business rule.

 

What have you tried and what's the blocker?

_____
This reply is 100 % GlideFather and 0 % AI

PS: you didn't specify what table... 

 

In both cases ACL or BR you need to apply it on a particular table - e.g. Incident.

 

and you can create conditions similar to:

GlideFather_0-1758094483994.png

 

And if you need it in more tables then you need to create one record for INC, one for RITM, etc...

_____
This reply is 100 % GlideFather and 0 % AI

Hi @GlideFather  Can you please clarify on what you meant by the ACL above. I have tried to do it on Task table but it didn't work. The user cannot see any tickets at all.

Hi @GlideFather  I need to write it in all tables as I want to them see only tickets, changes or problems or tasks assigned to the assignment group, nothing else. It would be great if you can confirm the ACL you have provided above. You are saying i just need to put the data condition as such. 

 

1. Do i need to create a new role for doing that

2. Do we provide ITIL access to the group.