Skip to main content

Permissions and Scopes

Audit 360 for Jira requests the following Jira API scopes. All access is read-only — the app never writes to your Jira instance.

Scopes

ScopeWhy it's needed
read:jira-workReads field definitions, project configurations, filter metadata, and dashboard metadata. Issues are accessed only as counts via JQL — no issue content is read or stored.
read:jira-userCaptures the account ID of the user who triggered each audit run for run attribution. Display names are not stored.
read:board-scope:jira-softwareReads board metadata and identifies which boards are backed by a given filter. Used by the Filter Audit to establish filter usage.
read:board-scope.admin:jira-softwareEnumerates all filters site-wide, including private and restricted ones. Without this, the Filter Audit misses filters not explicitly shared with the app.
manage:jira-configurationReads screens, screen schemes, field configurations, and workflows — the admin-layer data that shows which fields are actually referenced. These endpoints require admin access even for read operations.
manage:jira-projectReads project feature flags and ensures complete project visibility regardless of permission schemes. No project settings are modified.
storage:appForge SQL stores audit results, field review decisions, and run history. Forge KVS tracks active job state and is cleared when each job completes. Both are scoped to your installation.

For details on what is stored, what is excluded, and how long data is retained, see Data Handling and Security.

See also