>we can not set customized email notifications project wise
Not directly, but you can do it. Start with the docs @Gonchik Tsymzhitov has already given to help you edit the outgoing email templates. When you've got the hang of minor changes, you can move on to something a bit more clever where you could say
#if ( "ABC DEF GHI".contains($issue.getProjectObject().getKey() )
<content for those three projects>
#else
<content for other projects>
#end
Please note, this was from memory, and to show you the idea, there's a good chance the "if" statement is not quite right
Thanks, I believe we can not set customized email notifications project wise.
Suppose we have 10 projects and we want a separate email template for abc project which will include assignee name, state and fix version in email.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
Sorry, it was for Jira server 7.3
Anyway, this one for Jira server 7.1, in fact it the same
https://confluence.atlassian.com/adminjiraserver071/customizing-email-content-802592932.html
Cheers,
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
Sure, please a have look this KB
https://confluence.atlassian.com/adminjiraserver073/customizing-email-content-861253783.html
Cheers,
Gonchik Tsymzhitov
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.