- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2015 05:04 AM
Hi,
Im working on the mail-notifications to caller when the assignee write something in the "Addition comments"-field. My problem is that when I use the ${comments} it takes all additional comments, both the one I typed and the ones that is typed in before. I just want the last addition comment to go out in the mail to the caller.
How do I do that? 😃
Solved! Go to Solution.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2015 06:31 AM
There is a System Property for this if you wan't to set it default in your instance.
System Properties -> Email
Number of journal entries (Additional comments, Work notes, etc.) included in email notifications (-1 means all).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2015 06:31 AM
There is a System Property for this if you wan't to set it default in your instance.
System Properties -> Email
Number of journal entries (Additional comments, Work notes, etc.) included in email notifications (-1 means all).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2015 07:07 AM
Ahhh.. sometimes there is an easy way 😃
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2025 06:56 AM
Try ${comments:1} or ${comments:2} or ...