Why user can add comment on Closed HR cases?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 06:55 PM
Hello,
I would like to have your help.
In my understanding, OOTB closed HR case can be commented as below.
Do you know why comment is allowed to closed ticket?
About Incident ticket, it is not allowed to comment on the closed ticket by ACL. It seems to be the same behavior about CSM case but I still cannot find which ACL controls so.
I think this behavior is good because I believe that once ticket is closed new ticket should be raised if user ask something again. However, HR case is not configured so. Furthermore, even if comments are posted, no notifications are sent to anyone, so user comments are ignored...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 07:50 PM
Hi,
I you can check out of the box UI policy on that tables which makes comments read only on incident table. The same ui policy you can verify on HR case table as well. That might be the one reason.
Please mark my response helpful if it resolves your issue

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 08:24 PM
Hi @Kohei Tominaga1 OOB way User can update comments for HR Case, You can lock the field by creating a custom Wirte ACL on comments field with role snc_internal
with condition active = false and
script: answer = true;
This will lock the field
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 10:23 PM
Why do you think the behavior of the OOTB is like this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 10:31 PM
Hi @Kohei Tominaga1 Not sure why servicenow allows this behavior, if you think users should not post comments then you can lock the field through ACL.
Harish