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.
×Our JIRA stopped sending automatic emails on issue events like, update, comment etc., so one of my teammates changed some files and reverted back. I don't know which files exactly but it didn't help, now our JIRA is sending emails, but the template is all messed up. Below screenshot is an actual email I received from our JIRA instance.
Had a similar issue popping up on our JIRA instance.
Solution to my problem was switching the default outgoing email format to HTML (somehow got put to TXT).
System > User Default Settings > Default Outgoing email format
Dear @Enkhtaivan Ganbat,
best you stop your instance and delete everything below
WEB-INF/classes/templates/email/
and replay the files form the Jira distribution package.
Before you do, you could make a diff to see the changes.
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Thanks for a prompt reply, do you mean I should delete the contents of ../email folder and then copy from Jira distribution package?, where can I download Jira distribution package?
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.
Hello again,
I downloaded the .zip archive, stopped our jira, deleted the email folder and then copied the email folder from .zip archive, but it didn't have any effect, should I've downloaded the tar.gz archive? . Our jira is running on 64 bit Linux.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @Enkhtaivan Ganbat,
zip or tar are equal - just a container.
Can you extract the zip to a temp folder and do following on Linux command line:
diff -u /path/to/live-jira /path/to/temp-jira
Are there still differences? Have you downloaded the same version?
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello again,
Below is the result of comparison between our live jira and the extract of atlassian-jira-software-7.8.0-standalone.zip file
What should I do know?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try this instead:
diff -u /opt/atlassian/jira /atlassian-jira-software-7.8.0-standalone
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello again, below is the screenshot of our JIRA's Application section, which one of these should I download to compare with live?
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.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register Now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.