- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2020 01:49 AM
Hello,
I have a notification which notifies user once addditional comments are changed, however, probably by default, it shows always last three comments in the e-mail, I need to set this up for the last comment only.
Please see below boy of my e-mail notification - this always shows last three records, I nedd just the last one, is this a matter of some system property or is ther ea different solution?
Appreciate your help on this.
Milan
<p>Short Description: ${short_description}</p>
<p>Priority: ${priority}<br />Product: ${product}</p>
<div><hr /></div>
<div>Last <strong>Additional Comments</strong> added (list or single):</div>
<div> </div>
<div>${comments}</div>
<div> </div>
<hr />
<p> </p>
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2020 01:52 AM
Hi Milan,
Look for System Properties >> Email properties & then check for below.
This though would imply it will be a generic/global impact for all jorurnal entry fields used in the notifications.
- 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 ...