Uploaded image for project: 'Automation for Jira Server'
  1. Automation for Jira Server
  2. JIRAAUTOSERVER-88

Make audit log filterable/searchable

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Fixed
    • 7.4.0
    • Configuration
    • None
    • 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.

    Description

      It would be really helpful if the audit log was filterable/searchable, especially by issue.
      Sometimes we need to look up if a automation rule has run correctly on a specific issue, with the current audit log it is near impossible to find the specific entries.

      All the "no action performed" entries are also unhelpful and only clog the audit log.

      The most obvious filters would be:

      • date
      • status
      • issue

      Workaround
      We can filter the audit log running a query in the database, as the query below searching for all rules executed for issue TST-123.

      select AIAI."NAME", AI.* from jiradb.dbo."AO_589059_AUDIT_ITEM" AI
      join jiradb.dbo."AO_589059_AUDIT_ITEM_ASC_ITEM" AIAI on AI."ID" = AIAI."AUDIT_ITEM_ID" 
      where AI."CATEGORY" = 'SUCCESS'
         and AIAI."NAME" = 'TST-123'
      

      Attachments

        1. Automation for jira audit log.mov
          23.62 MB
          Denise Unterwurzacher [Atlassian]
        2. Screen Shot 2020-10-19 at 12.39.31 PM.png
          151 kB
          Denise Unterwurzacher [Atlassian]

        Issue Links

          Activity

            People

              Unassigned Unassigned
              77754c1fadc3 Michael Bachmann
              Votes:
              14 Vote for this issue
              Watchers:
              16 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: