Service Portal / Incident - Stop users from adding comments on Closed / Cancelled Tickets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2018 08:25 AM
Hello,
I want to Stop users from adding comments on Closed / Cancelled Incident Tickets (basically inactive tickets) from Service Portal. How can I do that in the most easy way?
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2018 10:02 AM
try === "true"; (3 😃 it works fine for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2021 10:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2018 10:35 AM
Thanks buddy 🙂 Keeping the thread open just in case I need any further help!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2018 10:05 AM
Closed incidents should already be blocked OOB, but canceled they can still comment if they're the caller or they opened the incident. You can just modify the ACL entry that controls when users can write to incidents. https://instance-name.service-now.com/nav_to.do?uri=%2Fsys_security_acl.do%3Fsys_id%3D66ecaf4d0a0a0b010029ce5027a8d56f controls when they can write to incidents in general, and https://instance-name.service-now.com/nav_to.do?uri=%2Fsys_security_acl.do%3Fsys_id%3D66f0fbc60a0a0b0100ce40e98ad45972 controls the comments field specifically. I would just change the conditions on the first one to not allow the canceled state, unless there are other fields they need to edit on canceled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2021 10:22 AM
Hi