Make audit log filterable/searchable

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Fixed
    • 7.4.0
    • Component/s: Configuration
    • None

      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'
      

            Assignee:
            Unassigned
            Reporter:
            Michael Bachmann
            Votes:
            14 Vote for this issue
            Watchers:
            16 Start watching this issue

              Created:
              Updated:
              Resolved: