Disable Additional Comments notification if user is @mentioned
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2022 08:18 PM
We currently have notifications set up for requested items and incidents when additional comments are added.
But we also would like to use the @mention notification that comes OOTB.
Is there a way to disable the Additional comments notification if a user is @mentioned in the comment so that only the @mention notification is sent for that user?
- Labels:
-
Incident Management
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2022 11:06 PM
Hi,
The two notifications are unrelated but you could consider doing the following.
The @mention email is triggered by notification "Activity Stream @Mention Email", which runs when a record is inserted in table "live_notification".
So before sending the additional comment notification for incident / RITM, you could check if a recent record for the same record / user were created in "live_notification" and send / abort the additional comment email accordingly.
Thanks,
Arav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2022 09:44 AM
Hello Arav,
Thank you for the suggestion. But could you elaborate on how I could check if a recent record for the same user was created in "live_notification" and then abort the additional comment notification?