Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I find JIRA email notifications not really actionable as a stand alone item. Most often than not, I have to go through the overhead of actually entering JIRA to see the full context because I only see the last comment in the email, which rarely is enough to react to it.
My preferred notification behavior would be:
My JIRA is a Server JIRA.
How could I configure things to achieve these behaviors for notifications?
Josep.
For the first one, hack the email templates - the provided ones are generic, and Atlassian almost expect you to hack them. They are the only part of JIRA Atlassian will still fully support you with when you hack the core code. See https://confluence.atlassian.com/display/JIRA/Customizing+Email+Content There's a request out there for a proper editor in the UI for them, but we're not there yet. I think there's a couple of plugins that try to do it as well, maybe worth a look in the marketplace.
For the second one, you will need to find/write a new incoming "email handler" that can recognise your instructional data and deal with it appropriately. Of course, a lot of people need it, and my first port of call on that has been the JEMH at https://marketplace.atlassian.com/plugins/com.javahollic.jira.jemh-ui for many many years (I've written two simple email handlers for very specific unusual cases, and pointed everyone else at the JEMH as it's far better than my little bits of code)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.