-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 4.5.1
-
Component/s: Email - Outgoing
-
1
-
Severity 3 - Minor
-
0
Issue Summary
Inconsistency customer notification email format for ${request.details}
Steps to Reproduce
- Go to customer notification (Service Desk project)
- Set a simple HTML
<div class="jsd-message-content"> ${message.content} </div> <div> ${request.details} </div> - The preview shows

- Send test email > shows similar format

- Trigger actual customer notification
Expected Results
The actual customer notification email will show the same format.
Actual Results
The actual customer notification email will show different format. See there's no indent for each field value.
![]()
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available