# SLA Exclusion

SLA Exclusion is a feature that allows **specific tickets to be excluded** from **SLA calculations** through an approval-based process. Once a ticket is approved for exclusion, it is not considered in SLA metrics, breach calculations, or reports.

The SLA Exclusion module enables users to initiate, track, and manage exclusion requests for tickets that should not be evaluated under SLA policies.

## **How does it work?**

Users can raise an [Exclusion Request](/infraon-help/infinity-user-guide/ticket-management/tickets.md#sla-exclusion) by selecting one or more tickets and submitting a reason along with an approval team. The request is then reviewed by the designated team, and based on approval or rejection, the system updates the SLA applicability for the selected tickets.

All **exclusion** processes are maintained in a centralized grid under **SLA Exclusion,** where users can monitor request status, view details, and track actions.

## **Purpose of the Module**

The SLA Exclusion module is used to:

* Exclude tickets that are **not valid for SLA evaluation** (e.g., external delays, dependencies, or exceptions).
* Ensure **accurate SLA reporting** by removing irrelevant tickets from calculations.
* Provide a **controlled and auditable process** through approval workflows.
* Maintain **data integrity** across SLA dashboards, reports, and metrics.
* Enable **traceability** with audit logs for all exclusion actions.

## **What you see on the screen**

The SLA Exclusion page displays all exclusion requests in a grid view. Users can view details such as reason, status, team, and creation information. Each record can be accessed to view or manage the exclusion process.

![](/files/8bd8fe01ed39fa8383a2f6746f548d0d46edfbdc)

**SLA Exclusion |** Basic Details

<table><thead><tr><th width="193.800048828125">Label</th><th width="99.4000244140625">Action</th><th>Description / Example</th></tr></thead><tbody><tr><td><strong>Display ID</strong></td><td>Click</td><td>Unique identifier of the exclusion process. Click to open the detailed view.<br><br><strong>Example:</strong> EXCL0009</td></tr><tr><td><strong>Reason for Exclusion</strong></td><td>View</td><td>Displays the justification provided for excluding the tickets from SLA.<br><br><strong>Example:</strong> Excluding SLA</td></tr><tr><td><strong>Status</strong></td><td>View</td><td>Shows the current state of the exclusion request.<br><br><strong>Example:</strong> Pending Approval / Exclusion Accepted</td></tr><tr><td><strong>Team</strong></td><td>View</td><td>Displays the team assigned to approve the exclusion request.<br><br><strong>Example:</strong> SLA Exclusion</td></tr><tr><td><strong>Created By</strong></td><td>View</td><td>Name of the user who created the exclusion request.</td></tr><tr><td><strong>Creation Date</strong></td><td>View</td><td>Date and time when the exclusion request was created.<br><br><strong>Example:</strong> Feb 13, 2026 09:55 AM</td></tr><tr><td><strong>Actions</strong></td><td>Edit / View</td><td>Use the action icon to open the exclusion details page for the selected record.</td></tr></tbody></table>

### **View/ Edit Exclusion**

When a record is opened:

![](/files/712f60c26533a2969fb1b0f80ea3b020495a242f)

* Displays complete details of the exclusion request along with linked tickets.
* The approver can **review and approve** the request if it is in Pending Approval state.
* Once approved, the status is updated to **Exclusion Accepted.**
* If already approved, the page displays the status as **Exclusion Accepted** without further action.


---

# Agent Instructions: 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:

```
GET https://docs.infraon.io/infraon-help/infinity-user-guide/sla-management/sla-exclusion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
