'Excluded events' option is missing from the audit log page in Jira

XMLWordPrintable

    • 9.04
    • 2
    • Severity 2 - Major

      Problem

      'Excluded events' option is missing from the audit log page in Jira even with DC license applied.

      Environment

      Tested in

      • JSW 9.4.5, JSW 9.4.7
      • JSM 5.4.6
      • Chrome and Firefox

      Steps to Reproduce

      1. Navigate to (Settings > System > Audit log)
      2. Scroll down

      Expected Results

      1. You are able to see the 'Excluded events' section (screenshot taken in JSW 9.4.4)

      Actual Results

      1. No 'Excluded events' section
        JSW 9.4.5 JSM 9.4.6 JSW 9.4.7

      Workaround

      View and manage 'Excluded Events' using REST API
      To view excluded events:

      request 
      GET /rest/auditing/1.0/configuration/denylist
      
      response body (if no events to exclude)
      {
          "actions": []
      }
      

      To add excluded events:

      request 
      POST /rest/auditing/1.0/configuration/denylist
      
      request body (you can have as many items in the list)
      {"add": ["Audit Log search performed"], "delete": []}
      
      
      response body
      {
          "actions": [
              "Audit Log search performed"
          ]
      }
      

      To delete excluded events:

      request 
      POST /rest/auditing/1.0/configuration/denylist
      
      request body (you can have as many items in the list)
      {"add": [], "delete": ["Audit Log search performed"]}
      
      
      response body
      {
          "actions": []
      }
      

      Notes

      • DC license is applied and confirmed based on the options available for coverage (ie. Off, Base, Advanced, Full)
      • The 'Excluded events' appears fine in JSW 9.4.4 with the same JSW DC license applied

        1. atlassian-audit-plugin-1.14.8.obr
          860 kB
          Jun
        2. screenshot-1.png
          281 kB
          Yit Wei
        3. screenshot-2.png
          229 kB
          Yit Wei
        4. screenshot-3.png
          85 kB
          Yit Wei
        5. screenshot-4.png
          81 kB
          Yit Wei
        6. screenshot-5.png
          74 kB
          Yit Wei

              Assignee:
              Etan Foo
              Reporter:
              Yit Wei
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: