JIRA Email notification subject adjustments

Steven Lam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 12, 2012

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

1 answer

1 accepted

0 votes
Answer accepted
Marcus Silveira
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 13, 2012

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

Suggest an answer

Log in or Sign up to answer