Whenever we get email notification when incident is assigned to you then in email we need
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2023 09:50 AM
Whenever we get email notification when incident is assigned to you then in email we need CONFIGURATION ITEM should be populated.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2023 10:00 AM
Hello @Ktr ,
Have a look below video.
https://www.youtube.com/watch?v=-cvOz4rlGdk
Please Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Thanks,

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2023 10:21 AM
Hi @Ktr ,
You can navigate to Notification email script from application navigator and search by name for "incident_additional_details" and add below lines as below in the script:
var i18nConfigurationItem = gs.getMessage('Priority: {0}', '${cmdb_ci}');
template.print('<p>' + i18nConfigurationItem + '<br/>');
Best Regards
Aman Kumar
Aman Kumar