I'm in the process of troubleshooting a problem that involves tickets that appear to be missing. Maybe the tickets in questoins have been moved or deleted, but it's hard to say because the evidence of that are spread across the email notificaiotns e sent to several different users, and who knows if the user would actually have all of the relevant messages or if they ever existed.
My thought is that in the future it might be nice if the server saved a copy of all ticket change notifications in a simple text file. Then we could easily look for the tickets in question and have a log of whatever happened. Is this possible, or is there some other way to log ticket changes?
Thanks!
Hi Matthew
From the box, JIRA doesn't have an audit log options, as well as there's no structure in database to handle this information. However, if you're using a standalone version, perhaps you may try to enable this function using a external plugin.
ex: https://marketplace.atlassian.com/plugins/cz.unicorn.jira.auditlog
Also, I've found and existing new feature request which seems to me related to it. Please feel free to vote for it and to add your questions and concerns.
https://jira.atlassian.com/browse/JRA-7846
Cheers,
Paulo Renato
Thanks. Unfortunately, the deveoper of that plugin doesn't seem to be responsive; it's been 9 days with no response to my initial query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
All changes to an issue are recorded in the change history of the issue itself. The only stuff that is missing is, if the issue gets deleted, nothing is recorded. In general delete permission is not given to all users, rather only to project admins so that is controlled.
If you want a simple log of all events that happens in the system, install the Script Runner plugin, add a listener using the built in script for sending a custom email, and send an email to a resouce mailbox dedicated for this. So that you have a record of every single mail that has gone out of the instance. (I have not tested this though)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the suggestoin, but while a ticket might contain all of the relevant data, finding the ticket can be a problem. For example, if ticket A-123 is moved to B-456, A-123 ceases to exist. if I tell someone to look at A-123, they can't find B-456. Ideally, Jira would provide redirection (maybe I should request that!), and that would resolve this particular problem.
Email notifications is an option, but that's hardly a simple log. That's thousands of email messages that have to be parsed when looking for anything. You also have to deal with getting the messages onto a place where access privileges can be reasonably managed.
I've already lined up someone to write a plugin to log operations to a text file, as this seems like the simplest way to record and store the data. That way it can be parsed with grep, viewed with any text editor, and managed with most any log-rotation utility.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am slightly lost now. If the issue is moved JIRA will provide redirection. If issue is deleted where can JIRA forward?
I gave the email solution since you wanted a log of everything without writing a plugin :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are correct, Jira does provide redirection for moved tickets. I must have only thought that I tested that, and some of the tickets we thought had been moved must have been deleted. I'm not averse to custom plugins, though I don't have time (and perhaps ability) to write one myself. Thanks again.
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.