Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12, 1.13
-
None
Description
Current Situation
- If a job makes use of the E-Mail Monitor com.sos.jitl.mail.smtp.SmtpMailMonitor to sends mail on success, on error or on start of the job then the monitor does not substitute the job parameters.
For example: If the Mail Subject is used as "Job: \${SCHEDULER_JOB_NAME} Task: \${SCHEDULER_TASK_ID}".
Desired Behavior
Parameters
- \${SCHEDULER_JOB_NAME}
- \${SCHEDULER_TASK_ID}
- \${SCHEDULER_JOB_TITLE}
should be substituted when used with the E-Mail Monitor.
Note
The old Parameter format with %{SCHEDULER_JOB_NAME} is no longer supported. Possible is
%SCHEDULER_JOB_NAME% and \${SCHEDULER_JOB_NAME}