Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Version 1.3.162 removed the notification recipient’s role in the issue from notifications. This was done to reduce message plan consumption by making default templates less recipient-specific. This in turn means it is more likely JEMHC can notify multiple users with one email (when using BCC recipient mode).

Instructions

If you need the recipient user’s role to appear on notifications, this can be done by using a custom template. Create a template based on the Jira or Generic theme, and insert #jemhIncludeUserRole() in the desired location. For example, in an HTML template:

<span class="your-role">#jemhIncludeUserRole()</span>

Inserting the above macro may increase message usage as it adds recipient-specific content.

  • No labels