Incident comments is not getting updated when someone from WATCHLIST replied to the email chain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2025 06:21 PM
Hello everyone,
maybe you guys have an idea how to update or add the email reply from someone in the Watchlist as am additional comment?
Example:
Watchlist: A,B,C
User A: replied to the email chain and it will record in the incident as an email but it will not add as an additional comment.
How to add the reply from user A as an additional comment?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2025 12:14 AM
where to check that @Ankur Bawiskar ? Which table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2025 12:29 AM
if those users don't satisfy ACL then it won't allow
check this inbound email action on incident table which is OOTB one, you can add log and print gr.canWrite() returns true or false when watch list user replies
If it returns false then you will have to tweak the ACLs
check this on how to allow them to add comments but remember they will be able to add comments from portal or front end as well
How to allow users on watch list to post additional comments on incidents
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2025 09:24 PM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2025 06:56 AM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2025 12:44 AM
Inbound email is handled the same way as logging in to update the ticket. If the user does not have the correct role/rights to update a record, the email is attached, because it is a reply and the watermark is in there, but it will not be updating the ticket itself.
Watchlist users only have the right to watch a ticket. You either have to update ACLs to also allow watchlist users to write to the ticket, or you can move your inbound action to an inbound flow and add the ITIL role to the 'run with role' to mimic that the sender has the ITIL role, without granting any more rights besides watching. Be aware that then anyone can reply to any ticket, as long as they have the email with the watermark (like when the person on the watchlist forwards it to someone else and that person replies, including the instance email as recipient).
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark