# 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.

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

In the top navigation bar of SonarQube Server, select **Issues**. Alternatively, you can:

* * Retrieve the issues of a given project: [retrieving-projects](https://docs.sonarsource.com/sonarqube-server/10.8/user-guide/viewing-projects/retrieving-projects "mention") and select **Issues** in the project navigation bar.
  * Retrieve issues from an analysis report by selecting the reported number of issues.

![](https://312504542-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiJj3TXBdWssTGGg8qK5I%2Fuploads%2Fgit-blob-bbf180b6ab9541d87c0f47f584b74d87f52333c3%2F84a185fbd55de5d4092242307611576bddfcdfb1.png?alt=media)

The **Issues** page opens with:

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

![](https://312504542-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiJj3TXBdWssTGGg8qK5I%2Fuploads%2Fgit-blob-5a9c66839b30a38221a689d810570936062e6c02%2F6a46977c73a632e07f9df3166318c3184df1668f.png?alt=media)

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

![](https://312504542-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiJj3TXBdWssTGGg8qK5I%2Fuploads%2Fgit-blob-e8f9dd6d6476fd8757340f16bcc89fb600363c88%2F98391346ffac7fad82d27c8dd6463fa682a7bb4f.png?alt=media)

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).
4. Status of the issue.
5. Assignee
6. Code quality attribute
7. Tags
8. Additional information: line number, estimated time effort 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 as described above in **Retrieving issues**.
2. Select the Link icon as illustrated below.

![](https://312504542-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiJj3TXBdWssTGGg8qK5I%2Fuploads%2Fgit-blob-41826601e5987c678c2f8381a499bf87bcc961c3%2F326a4c0893ad563ffecaab9f099a6e5442f639d4.png?alt=media)


---

# 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/10.8/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.
