-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Documentation - All
-
None
-
1
Currently, the Audit log events documentation is missing events that have the Summary of Access to project denied and Access to issue denied.
These events live under the Permissions category for being tracked but are listed under the Security coverage area, per the code:
static final AuditType ISSUE_ACCESS_DENIED = newAuditType(
SECURITY, // Coverage area
PERMISSIONS, // Category
"jira.auditing.issue.view.permission.denied", // Action
FULL); // Coverage Level
static final AuditType PROJECT_ACCESS_DENIED = newAuditType(
SECURITY, // Coverage area
PERMISSIONS, // Category
"jira.auditing.project.view.permission.denied", // Action
FULL); // CoverageLevel
Suggestion
Update the documentation to add these extra events under the proper category. This will help to assist admins in tuning audit log noise.