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

<figure><img src="https://3560343708-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4FzELVjsPO4ijRo3jtBV%2Fuploads%2Fgit-blob-14bb365ebe2abfce2f6a076c8c2169eab89ed279%2Fissues-overview.png?alt=media" alt="Retrieving issues on the overview page"><figcaption></figcaption></figure>

The **Issues** page opens with:

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

<figure><img src="https://3560343708-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4FzELVjsPO4ijRo3jtBV%2Fuploads%2Fgit-blob-69d443ba1e6eaa936451f1f79348a38baca13425%2Fissues_search-results.png?alt=media" alt="Filtering issues on the issues page"><figcaption></figcaption></figure>

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

<figure><img src="https://3560343708-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4FzELVjsPO4ijRo3jtBV%2Fuploads%2Fgit-blob-ec8965bfa474b28029055121a7fc707e7c737391%2Fissues-result-mqr.png?alt=media" alt="Information on the issue’s card"><figcaption></figcaption></figure>

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

<figure><img src="https://3560343708-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4FzELVjsPO4ijRo3jtBV%2Fuploads%2Fgit-blob-0362ef6a5adcfb67b4b4ce6edad799e3e86faba3%2Fissues-copy-link.png?alt=media" alt="Issue copy link on the issue’s details page"><figcaption></figcaption></figure>
