# 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 Community Build, select **Issues**. Alternatively, you can:

* Retrieve the issues of a given project: [Retrieving projects](https://app.gitbook.com/s/iJj3TXBdWssTGGg8qK5I/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.

<div align="left"><figure><img src="https://1580440648-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbqrfLGeD0Y9vE5l9Le42%2Fuploads%2F7yTUoVMmq0e6gJ2DLgXk%2Fsonarqube-issues-overview.png?alt=media&#x26;token=ad05ba95-7b7b-41dd-aa9e-65a20ecfca84" alt="Retrieving issues in SonarQube begins on the overview page." width="563"><figcaption></figcaption></figure></div>

The **Issues** page opens with:

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

<div align="left"><figure><img src="https://1580440648-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbqrfLGeD0Y9vE5l9Le42%2Fuploads%2FcTRAL4J7ytXKnpGk7yJ5%2Fsonarqube-issues_search-results.png?alt=media&#x26;token=38c7aa2d-84ba-4d22-aa8b-4442f5883e54" alt="It&#x27;s possible to filter issues in SonarQube by using the options in the left-hand column." width="563"><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 new issues 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:

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.

<div align="left"><figure><img src="https://1580440648-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbqrfLGeD0Y9vE5l9Le42%2Fuploads%2FyKx8FlDn4tEs94wsv6h9%2Fsonarqube-issues-result-mqr.png?alt=media&#x26;token=b385fdc2-b595-4ea3-9b6a-0689177540c2" alt="Information on the issue’s card helps you understand why it&#x27;s an issue and how it impacts your project in SonarQube Community Build." width="563"><figcaption></figcaption></figure></div>

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

<div align="left"><figure><img src="https://1580440648-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbqrfLGeD0Y9vE5l9Le42%2Fuploads%2F5jyIlEDN7RYbmLWRXTFJ%2Fsonarqube-issues-copy-link.png?alt=media&#x26;token=af29a554-767e-43ed-a947-2084a7963b4f" alt="You will find the Issue copy link on the issue’s details page in SonarQube Community Build." width="563"><figcaption></figcaption></figure></div>
