Hi Atlassian Team,
I would like to add the actual project name into the email subject to help correspond these issue keys (that seem to be getting harder to distinguish being limited to 10 characters now)
E.g.
Project Name: Angry Nerds
Project Key: ANDev
Issue Summary: Address these bugs
Email subject: JIRA - Angry Nerds (ANDev-1) Address these bugs
Regards,
Steven
Hi Steven,
You should be able to add the Project name to the mail notification subject by editing the files at ' $JIRA_INSTALL/atlassian-jira/WEB-INF/classes/templates/email/subject' and adding the following line to them:
$issue.getProjectObject().getName()
Please note that you'll have one file for each different Issue Event and you'll need to edit all of them if you want all notification to have the project name.
Hope this helps,
Marcus
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.