Set outlook X-Priority header for High Importance
Set outlook X-Priority header for High Importance
Scenario
You want to be able to show a given email notification in the Outlook client with High Importance.
Solution
Since JEMH 2.0
JEMH has custom email notification template support through Template Sets that are copies of the underlying Jira templates in Velocity Markup. Within a custom TemplateSet, you have access to a particular helper class that allows exact mail headers to be set, which enable extra headers to be set ( Do not try to set To/Cc/Bcc this way!).
Example Script
$jemhUtils.addRawMailHeader("X-Prioritiy", "1")
, multiple selections available,
Related content
Dynamically set a created issues priority from a header
Dynamically set a created issues priority from a header
Read with this
How to change the priority of an issue
How to change the priority of an issue
Read with this
Add custom Mail Headers via PostFunction notifications
Add custom Mail Headers via PostFunction notifications
Read with this
Get JEMH to match incoming emails when the inbound address was a Blind Carbon Copy (BCC)
Get JEMH to match incoming emails when the inbound address was a Blind Carbon Copy (BCC)
Read with this
Setting a Custom Field Value using 'Custom Field Defaults' and Velocity
Setting a Custom Field Value using 'Custom Field Defaults' and Velocity
Read with this