# Retrieving issues

You can retrieve and view the issues detected during the analysis of any public project. For a private project, you need the Browse permission on the project.

{% hint style="info" %}
Issues can also be reported in your DevOps platform. For more information, see [In your DevOps platform](/sonarqube-server/user-guide/issues/in-devops-platform.md).
{% endhint %}

## Retrieving issues <a href="#retrieving" id="retrieving"></a>

Select **Issue** in the top navigation bar. Alternatively, you can retrieve issues from the side navigation of a project, application or portfolio.

<figure><img src="/files/ivMkvsjrbiKvBf8xlfuO" alt="Retrieving issues from the top navigation bar"><figcaption></figcaption></figure>

You can also retrieve issues from the analysis report located on the Overview page of a project, application or portfolio by selecting the reported number of issues on the new or overall code cards.

<div align="left"><figure><img src="/files/ATTVqUxNUEdEY3wgegR3" alt="Retrieving issues from the overview page of a project, application or portfolio."><figcaption></figcaption></figure></div>

The **Issues** page opens with:

1. Filters in the left-side panel.
2. Issue results in the right section of the page.

<div align="left"><figure><img src="/files/g8WaUARLFohrx8z209Am" alt="The issues page"><figcaption></figcaption></figure></div>

### Filtering issues <a href="#filtering-issues" id="filtering-issues"></a>

In the **Filters**, enter your search criteria to filter the list of issues.

* To retrieve only the new issues (issues detected in new code), select **Issues in new code** at the top of the **Filters** section.
* To retrieve the issues assigned to you, select **My Issues** at the top of the **Filters** section.
* To retrieve unassigned issues, select **All** at the top of the **Filters** section, open the **Assignee** filter, and select **Not assigned**.

The issue cards are listed in the search results in the right section. An issue card contains the following information:

<div align="left"><figure><img src="/files/ZdZ9nah4QKBpL2XZuEMo" alt="The issue card details"><figcaption></figcaption></figure></div>

1. Project name and the path to the code file.
2. The name of the rule that triggered the issue.
3. Impacted software quality (in MQR mode) or type (in Standard Experience) and severity level.
4. Status of the issue.
5. Assignee
6. Coding attribute
7. Tags
8. Additional information: line number, estimated amount of time to fix the issue, the amount of time that has passed since the introduction of the code.

### Navigating the issues <a href="#navigating-the-issues" id="navigating-the-issues"></a>

To navigate to an issue select the issue card in the search results and press your Right arrow key. The detail view of the issue opens in the right section, and the search results are shown in the left sidebar. To start a new search, press the Left arrow key or navigate one step back in your browser.

## Copying the URL of an issue <a href="#copying-url" id="copying-url"></a>

1. Retrieve the issue and open its detail view.
2. Select the link icon located next to the title.

<div align="left"><figure><img src="/files/59QyX5NrL83DNLLcFBCr" alt="Link to the issues"><figcaption></figcaption></figure></div>


---

# 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/user-guide/issues/retrieving.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.
