# Retrieving issues

You can retrieve and view the issues detected during a project’s analysis. Ensure you have proper [#issues-permissions](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/introduction#issues-permissions "mention") on a project to view and administer the issues.

{% hint style="info" %}
Issues can also be reported in your DevOps platform. For more information, see [in-devops-platform](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/issues/in-devops-platform "mention").
{% endhint %}

## Different ways of retrieving issues <a href="#retrieving" id="retrieving"></a>

1. From **My issues,** located at the top navigation bar. **My issues** lists all issues assigned to you.

<figure><img src="https://2223713658-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB4UT2GNiZKjtxFtcFAL7%2Fuploads%2FOsZCLbO65GE49ZiMjAvT%2Fissues-retrieve-my-issues.png?alt=media&#x26;token=6d582576-e428-4baf-9a99-92bce5bc2195" alt="Accessing issues from the My issues page"><figcaption></figcaption></figure>

2. From the **Issues** page of a project.

<figure><img src="https://2223713658-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB4UT2GNiZKjtxFtcFAL7%2Fuploads%2Fb8SRWIsTnwy760pmHjmX%2Fissues-retrieve-project.png?alt=media&#x26;token=feb4225a-8499-4c87-b24a-6362bb605170" alt=""><figcaption></figcaption></figure>

3. From the analysis report cards on *your project* > **Summary** page.
   1. Select the branch or pull request from the drop-down menu next to the title of the page.
   2. Click on issues on the **New Code** or **Overall Code** cards.

<figure><img src="https://2223713658-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB4UT2GNiZKjtxFtcFAL7%2Fuploads%2FRP62vQl1FQCUF2SSt7MZ%2Fissues-retrieve-summary.png?alt=media&#x26;token=a533ecea-2444-46a3-a583-de2c109bc6ac" alt="Retrieving issues from the project&#x27;s summary page"><figcaption></figcaption></figure>

4. From the **Issues** page of your organization, if your organization belongs to an enterprise.

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

The Issues page is divided into two sections:

1. Filters are located in the left sidebar. This is where you enter your search criteria.
2. A list of issues is in the right section of the page, where your search results are displayed.

### Issue card

Each issue card contains information that helps you identify the following:

1. Project name and the path to the code file.
2. The name of the rule that triggered the issue.
3. Impacted software quality and severity level.\
   For more information, see [#software-qualities](https://docs.sonarsource.com/sonarqube-cloud/standards/managing-rules/rules#software-qualities "mention").
4. Status of the issue.
5. Assignee
6. Code attribute\
   For more information, see [#code-attributes](https://docs.sonarsource.com/sonarqube-cloud/standards/managing-rules/rules#code-attributes "mention").
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, and type. For more information about types, see [#types](https://docs.sonarsource.com/sonarqube-cloud/standards/managing-rules/rules#types "mention").

<figure><img src="https://2223713658-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB4UT2GNiZKjtxFtcFAL7%2Fuploads%2Fgit-blob-63d5e8d8bd2532125a35d6d0d77cf1f937fc6269%2F0154dc41830308ace669341ac222adbc9c5cf562.png?alt=media" alt="This image shows eight items: 1) Project name and the path to the code file. 2) The name of the rule that triggered the issue. 3) Impacted software quality and severity level. 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, and type."><figcaption></figcaption></figure>

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

To navigate to an issue, select the issue card in the search results and press the Right arrow key or click on its name. A detail view of the issue opens in the right section, and the left sidebar shows the search results. 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 an issue and navigate to the issue’s detail page.
2. Click on the link icon next to the name of the issue to copy the issue’s URL.

<div align="left"><figure><img src="https://2223713658-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB4UT2GNiZKjtxFtcFAL7%2Fuploads%2Fgit-blob-d500dddbfdd28da2dc5e7c44184195ee3fcde0a4%2F290fb350da4b4c1ddd62da987d535941f2afa6b4.png?alt=media" alt="Copying the URL of an issue is easy in SonarQube Cloud; With the issue open in your user interface, select the Copy to clipboard link symbol on the right side of the issue&#x27;s title."><figcaption></figcaption></figure></div>

## Related pages

* [#tagging](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/editing#tagging "mention")
* [#assigning](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/editing#assigning "mention")
