Hi,
Consider a case where email notification sent when Production issue is logged and email notification sent. In this case we would like to have the KEY word which can differentiate stake holders from normal issue to production issue.
For ex: when production issue logged subject will have [Production Issue]:abcdefghijklmnopqrstuvwxyz , the key Production issue should not appear for other issue type notifications.
Please advice us how we can configure this.
Thanks,
Jagadeesh
We've developed a plugin for cloud where you can specify your own custom E-Mail Subject and body for each individual Messenger. And the messengers can be either for one email or for list of users. Check out Raley Email Notifications https://marketplace.atlassian.com/plugins/net.vacom.jirassimo
Adding to that, I think you could have a look at the Restricted Functions in OnDemand including "Customising email content" and watch the feature requests.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And if you dont want to keep restarting your JIRA all the time for template updates, you could, if installed locally, use JEMH Template customization which can be done live.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can do this on a locally installed version of Jira but, as far as I know, you can't do this in "onDemand".
If you migrate to a local instance, you would modify the local templates in this directory
JIRA_INSTALL\atlassian-jira\WEB-INF\classes\templates\email\subject
Since the templates are used for every issue type/project, you would need to put in some logic
#if ($issue.issueType.name == "Production Issue") [Production Issue]: ($issue.key) $issue.summary #else ($issue.key) $issue.summary #end
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm sorry! you have answered my question in first statement it self. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Mathew. Do you think this change is supported on OnDemand version
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.