Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-59371

Provide an Audit Log for Deleted Issues in JIRA

XMLWordPrintable

    • 3,803
    • 604
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.

      Problem Definition

      From time to time users notice that issues have been deleted, and would like to be able to see who deleted the issue, and when it was deleted.

      Suggested Solution

      Provide an audit log for Issue Deletion.

      Further possible outcome: Allow for deleted issues to be restored.

      Workaround

      There are a few workarounds here:

      1. First is to use Webhooks, Then you can audit all the changes you need to even select some of them.
      2. Second is to go to the instance home page at https://INSTANCE_NAME.atlassian.net/secure/Dashboard.jspa then scroll down, you will see the activity stream which has a RSS.
      3. There is an event for Issue deleted in the Notification scheme of every Company-managed project, you can ensure project/jira/site/org admins are included in the Issue deleted event so they receive emails when this happens, as by default it only includes Assignee, Reporter and Watchers. You can do this from Project settings > Notifications > Settings. More about this at Configure notification schemes.
      4. We can build this rule below to send a notification with information about the deleted issue in the future, using the Automation for Jira, a native feature in Jira. Follow these steps to access the Automation for Jira: Jira >> settings >> System >> Automation rules

      Email information to add in the rule:

      SUBJECT
      Issue deleted {{issue.key}} - {{issue.summary}}
      
      CONTENT
      This issue was deleted.
      
      Issue Key: {{issue.key}} 
      Summary: {{issue.summary}}
      Description: {{issue.description}}
      Who delete the issue: {{initiator.displayname}}

      You can have this email sent to a mailbox that you could go back to when you want to identify who deleted an issue. 

      Enterprise Plan feature: Track user-created activity

      Tracking user-created activity in the audit log is available when you upgrade your products to an Enterprise plan. Read more about Enterprise plans 

      Workaround Via third-party apps

              2239430e27fb Ahmud Auleear
              mpaisley Mel Paisley
              Votes:
              715 Vote for this issue
              Watchers:
              456 Start watching this issue

                Created:
                Updated: