Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourGreen
titleSince v7.1.1.6

Templates are aware of two Velocity variables, what works with Email this Issue's macros:

  • disableAvatars: #renderIssueType(), #renderPriority(), #renderResolution()
  • disableLinks: #renderSummary(), #renderProject(), #renderUser(), #footer(), #renderLinkToCustomerPortal(), #renderLinkToIssueCustomerPortal(), 

These variales are not working with the built-in Jira macros!

Disable Links

Add to the beginning of the template:

#set($disableLinks="true")

Disabling links via this variable may not remove all links from the final email, custom fields provided by third-party add-ons may still generate links however that cannot be suppressed. Also, your mail client like Outlook may recognize links even if they are not inserted as links in the template.

Disable Avatars or Icons

#set($disableAvatars="true")

...

Redirect
filename
locationhttps://docs.meta-inf.hu/email-this-issue-for-jira-server-data-center/documentation/outgoing-emails/email-templates/disabling-links-and-avatars-or-icons-in-templates

Thank you for visiting our old product documentation site. Note that we no longer store or update our documentation here.

Please navigate to our new documentation site and update your bookmarks accordingly. If you're looking for the former content of this page, click here.