Is it possible to get the priority and severity of the bugs added to all bug emails from JIRA?

Michel Duguay April 8, 2014

We have Jira 5.2 and we wish to include the Severity and Priority of our bugs to be displayed in the notification emails that we recieve from JIRA. Is there a way to add this information to the emails?

Update: We wish to be able to customize the emails template by projects. I've searched for a free plugin that could grant this feature but I was unable to find one.

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 8, 2014
Michel Duguay April 8, 2014

Thanks Nic,
Doing so will affect all projects. Is it possible to have a unique email template for 1 project only? I am trying to find a free plugin that can allow this but without any success yet.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 9, 2014

Nope, emails are global. Really simple fix

#if (project == X)

Email body for project X

#else

Email body for everyone else

#end

Suggest an answer

Log in or Sign up to answer