We have set all of the settings so that the default email format is HTML, however whenever we receive an email via the plugin (from a post function), they are always sent in text format.
As for the text template, we cannot seem to print out the issue comments in within the email. We have tried copying/pasting the suggested velocity code (using the field picker on the template screen), along with some other attempts, but the comments will never show.
We are current using Jira 5.2.10 w/ JETI 5.2.7.
Thanks.
Hi Anthony, the symptoms you described occur when user options is disabled in JETI configuration.
It is actually a bug that we are fixing with high priority. You can watch this ticket to get notified of the progress: https://metainf.atlassian.net/browse/JETI-85
Tibor
Anthony, the piblic-comments.vm files are stored within the plugin jar and not in your file system. You are not missing the file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One thing I did notice is that looking at the suggested velocity code for rendering the comments field:
Render as Text: #parse("templates/emailissue/email/text/public-comments.vm")
... was that I could not locate the public-comments.vm file in the path where I would expect to find this file (<drive>:\Program Files\Atlassian\JIRA\atlassian-jira\WEB-INF\classes\templates\email\text).
Could this be the issue that I'm missing a plugin file? If so, I am curious why it was not installed when the plugin was applied. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that one too. All of the users have their profile email type preference set to HTML.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Anthony, when you say 'we have set all the settings so that the default email format is HTML' you are including the option Mail Type on your profile configuration preferences?
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.