New role to access only specific incidents and nothing else to be visible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2025 03:52 PM
Hi All,
I have created a new role 'external_printer_techs' and have given ACL for incident table for read, create and write.
I have updated the 'incident query' business rule also to allow access to the role users to see incidents.
I have created a new module to show incidents based on the user assignment group, but still, I am not able to see any incidents in this module and neither i am able to create a new incident even if i see new button.
I have used access analyzer also to check what is wrong, it still shows that i have query business rule issue. I have checked all other query business rules as well none of them restricts the incident table's view or write access.
Note: I don't have any domain separation security.
Please suggest what can be done, please see below screenshots of my changes:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2025 11:46 AM
Hello @Drithika20
Is there any existing Query BR running on your instance? Also have you added this role - to module - incidents ? This way of putting conditions is really not recommended. But need to understand whole scenario, before suggesting a feasible approach. And you shouldn't need to create new ACLs, you should just modify existing ones by adding your new role.
Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this questions from unsolved to solved bucket.
Regards,
Shivalika
My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194
My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwNeEISQCY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2025 07:52 AM
Yes I have added this to the module, yes there is one query BR which restricts access to incidents i have handled it but still it is showing me that there is a query BR which is blocking to give access to Incidents.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2025 11:46 AM
Can you share the query BR @Drithika20 ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2025 09:49 PM
Hello @Drithika20,
The OOTB query BR -" incident query" is restricting access to the users who do not have roles (ITIL, sn_incident_read).
You have updated your custom role in the same condition as below:
Hence this query BR would also ignore the users who has custom role - external_printer_techs. ACLs created and this BR might fight in between and result might be negative in your case.
I suggest to have BR script like below:
*********************************************************************************************************