> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xdr-5.x/reference-and-developer-docs/role-based-access-control/exceptions-configuration-permissions/issue-exclusions-permissions.md).

# Issue Exclusions permissions

Issue Exclusions controls access to the **All Issue Exclusions and Exceptions** page under **Settings** → **Issue Exception & Exclusion**, which includes the following:

* Exclusion Rules: Defines conditions (based on issue attributes, such as severity, source, category, etc.) that automatically suppress the creation or surfacing of matching issues. This is the primary mechanism for tuning out false positives and reducing issue noise.
* Exception Rules: Defines conditions under which issues are flagged as exceptions that may require approval before being acted upon, rather than being silently suppressed.

{% hint style="info" %}

### Note

This permission controls access to the **All Issue Exclusions and Exceptions** page. If users require access to **Exception Rules**, they also need **Exception Approver Admin** View or View/Edit permission.
{% endhint %}

| Permission | Description                                                                                                                                                                                                                                                                                                                                                                                       | Roles Example                                                                                                                                               |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| None       | No access to the **All Issue Exception & Exclusion Rules** page.                                                                                                                                                                                                                                                                                                                                  | SOC Tier-1 Analyst: Should escalate false positives rather than create exclusions.                                                                          |
| View       | Read-only access to the **All Issue Exception & Exclusion Rules** page. Users can browse both Exclusion Rules and Exception Rules tabs, view rule details (name, description, indicator conditions, BIOC indicators, status, modification time), search and filter rules, and export data, but cannot create new rules, edit existing rules, delete rules, or enable/disable rules on either tab. | SOC Tier-2 Analyst and Threat Hunter: Should reference existing exclusions during investigations or understand filtered activity.                           |
| View/Edit  | Read and write access to the**All Issue Exception & Exclusion Rules** page, including creating, editing, deleting, enabling, importing, and duplicating Exclusion Rules and Exception Rules.                                                                                                                                                                                                      | <ul><li>SOC Tier-3 Analyst: Create exclusions for validated false positives.</li><li>Security Engineer: Manage exclusion rules as part of tuning.</li></ul> |

**Required and recommended permissions**

Consider adding the following permissions:

| Permission                 | Permission Level  | Reason                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| -------------------------- | ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Cases & Issues             | View or View/Edit | <ul><li>View: Exclusion rules are based on issue attributes. Without issue visibility, users cannot understand the context of what is being excluded.</li><li>View/Edit: Users manage issues and create exclusions directly from issue context menus. Analysts typically create issue exclusions directly when investigating an issue. To right-click and exclude an issue, the user must have View/Edit permissions. Strongly recommended.</li></ul> |
| Exception Management Admin | View/Edit         | Users who manage exclusion rules typically also need to manage exception rules to complete the exception management workflow. Strongly recommended.                                                                                                                                                                                                                                                                                                   |
| Detection Rules            | View              | Recommended to view related IOC/BIOC detection rules to understand what triggers the issues being excluded.                                                                                                                                                                                                                                                                                                                                           |
| Agent Profiles             | View              | Recommended to view endpoint profiles for scoping exclusions to specific endpoint groups.                                                                                                                                                                                                                                                                                                                                                             |
| Global Exceptions          | View              | Strongly recommended to view global exception policies to understand the full exclusion landscape and avoid conflicts.                                                                                                                                                                                                                                                                                                                                |
| Query Center               | View              | Recommended to run XQL queries to validate exclusion impact and verify suppressed issues.                                                                                                                                                                                                                                                                                                                                                             |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xdr-5.x/reference-and-developer-docs/role-based-access-control/exceptions-configuration-permissions/issue-exclusions-permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
