Configuring list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 10:51 PM
How to make all fields in the list view of incident list read-only but the following fields should be editable by the itil role: short description, state, category, and assignment group.
I have made 2 access control rules:
- incident.short_description:
- incident.*
When incident.short_description is active and not the incident.*, it is working as expected. Any user without an itil role cannot edit the short description field in the list view cell, but as Beth Anglin with the itil role it can. But if i set incident.* as active, Beth Anglin cannot edit the short description in the list view anymore.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 10:58 PM
Hi @robbcmd1234 in your incident.short_description list edit ACL, mention itil role under roles and remove script. No need advanced script.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 11:19 PM
Hi, I removed the script and add itil role under roles, a user with admin can edit the cell. I don't want user with admin role to be able to edit the short description field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 11:21 PM
Hi @robbcmd1234 uncheck the adminoverride checkbox in the ACL.That should work. Usually if admin override is checked true, it will allow admins to edit
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 11:25 PM
I unchecked the admin override checkbox, admin can still edit the short description field.