In Administration -> Outgoing Mail, is there a way to have no email prefix?
On our 5.1 instance, that field is required. "You must specify an email prefix"
The templates already contain the Event type and Summary by default.
There's no reason why we need [JIRA] there, especially as we need the space to customizing the subject with more fileds, like Priority.
thanks!
You will need to modify the JIRA source to do this because JIRA appends that late in the process. It doesn't come from any templates.
Can this be done in JIRA Cloud?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi bk-sprt,
Try this:
To customize the email- subject:
We need to make changes inthe templates of the email structure.
The Templates are avaialable inthe path /<installation-directory>/atlassian-jira/WEB-INF/classes/templates/email/
Under this directory we have directory 'subject'
which conatins the templates for the email subject.
Based on different events, there are different templates (.vm files)
Open the required template file (.vm file) and edit the file.
Sample customized email subject for issuecreated.vm file :
$issue.key_ $issue.getCustomFieldValue("customfield_10004")_$issue.getCustomFieldValue("customfield_10002")_$issue.summary
Thanks,
Harish.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Harish, I downvoted your answer as it is not related to the question. The email prefix is set in the outgoing mail server configuration, not in the velocity templates.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check SMTPMailServerImpl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If anybody knows what file to edit, that'd be really helpful.
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.