Some of our (custom) fields are using a HTML (wysiwyg) renderer and when these fields are included in emails the HTML characters are escaped (tags are displayed) and not displayed as they are in JIRA.
What is the best approach to properly render HTML content in emails, based on the configured renderer for fields?
I have looked here: https://confluence.atlassian.com/display/JIRA/Customising+Email+Content and found customisation is not supported, so any support from the community is appreciated
You could try #disable_html_escaping() and #enable_html_escaping() directives that comes with jira 5.1.1.
Don't tried myself and it just suggestion.
If it can't help that maybe jira email template system has some layer between customfield representation and email velocity template that automatically escapes customfields. You should check it.
Last chance here is replace standart notification system with yours but it is tricky and error-prone.
In my case that option was the best but I had more serious requirements to emails. In that case you can check my answer it this topic
Sorry it is like I leave recursive link. Do not click on it. This one is right : https://answers.atlassian.com/questions/72834/email-notifications-based-on-if-then-statements
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.