Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.13.5
-
None
Description
Current Situation
- The JITL job JobSchedulerManagedMailJob does not consider the umlauts in the body of mail when the parameters are passed using Job Chain parameters or Order parameters and the job JobSchedulerManagedMailJob is executed on Agent.
Desired Behavior
- The umlauts in the body of the JITL job JobSchedulerManagedMailJob should be considered when running on Agent.
Maintainer Note
- It works for Job parameters
- It is now solved for Job Chain Node parameters
- Order parameters run into
JS-1901- For Order parameters you can use the following workaround
- set the parameter "content_type" = "text/html"
- use html entities such as ä in the "body" parameter
- For Order parameters you can use the following workaround
Attachments
Issue Links
- requires
-
JS-1901 Characters of ISO-8859-1 with two byte representation in UTF-8 encoded configuration files such as german umlauts should work
- Dismissed