# Triaging issues in Sandbox

If the Sandbox feature is enabled for your project, issues coming from a SonarQube Server update and according to predefined conditions will be moved to the Sandbox. SonarQube ignores issues in sandbox in ratings/measure calculations and quality gate assessment but displays the number of sandboxed issues in the various analysis snapshots in the UI. The purpose is to prevent unexpected disruptions to your CI/CD pipelines after a SonarQube update by letting you triage the sandboxed issues at your convenience.

With the Administer Issue permission, you can perform the following actions on an issue stored in the Sandbox:

* You can open the issue if you want the issue to follow your standard fixing process.\
  The issue will impact the quality gate.
* You can accept the issue if you want to fix it later. The issue status is then marked as **Accepted**.\
  The issue will not impact the quality gate.
* You can mark the issue as **False positive** if you think the analysis is mistaken.

In addition, you can reassign an issue, tag an issue, and comment on an issue.

To triage your issues in Sandbox:

1. Retrieve your sandboxed issues. Do one of the following:

   * Retrieve your project and select **Issues** in the project navigation bar. See [Retrieving projects](/sonarqube-server/2026.2/user-guide/viewing-projects/retrieving-projects.md) for more information.
   * Retrieve issues from an analysis report by selecting the reported number of issues in Sandbox.

   The **Issues** page opens with search filters in the left-side panel and issue results in the right section of the page. If not already done, select **In sandbox** in the search filters as illustrated below.

<figure><img src="/files/KY0EN0oSb4mNePsuNAvd" alt="Triaging issues in Sandbox"><figcaption></figcaption></figure>

2. In the issue results, in the card of the issue you want to triage, select the **In sandbox** status and select the action you want to perform on the issue.
3. To reassign an issue, tag an issue, or comment on an issue, see [Editing issues](/sonarqube-server/2026.2/user-guide/issues/managing.md).

## Related pages

* [SonarQube analysis process](/sonarqube-server/2026.2/discovering/analysis-overview/process-steps.md#issue-triaging)
* [Retrieving issues](/sonarqube-server/2026.2/user-guide/issues/retrieving.md)
* [Reviewing issues](/sonarqube-server/2026.2/user-guide/issues/reviewing.md)
* [Editing issues](/sonarqube-server/2026.2/user-guide/issues/managing.md)
* [Fixing issues](/sonarqube-server/2026.2/user-guide/issues/fixing.md)


---

# 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.sonarsource.com/sonarqube-server/2026.2/user-guide/issues/triaging-issues-in-sandbox.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.
