Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-75886

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

    XMLWordPrintable

Details

    Description

      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

      Attachments

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

        Issue Links

          Activity

            People

              646847d8b1bb Etan Foo
              ywoo Yit Wei
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: