# Retrieving issues

You can retrieve and view the issues detected during a project’s analysis. Ensure you have proper [Introduction](/sonarqube-cloud/managing-your-projects/issues/introduction.md#issues-permissions) 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 your DevOps platform](/sonarqube-cloud/managing-your-projects/issues/in-devops-platform.md).
{% 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="/files/Hh8yYyhPWtbdOpK0xEdt" alt="Accessing issues from the My issues page"><figcaption></figcaption></figure>

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

<figure><img src="/files/2yEzPmNJ5cbSaywDylep" 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="/files/OkAH84wF1n0UQbfyPvqo" 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 [SonarQube rules](/sonarqube-cloud/standards/managing-rules/rules.md#software-qualities).
4. Status of the issue.
5. Assignee
6. Code attribute\
   For more information, see [SonarQube rules](/sonarqube-cloud/standards/managing-rules/rules.md#code-attributes).
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 [SonarQube rules](/sonarqube-cloud/standards/managing-rules/rules.md#types).

<figure><img src="/files/s5jMm5nvUWbZAw2KVOXO" 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="/files/kOfyMzbjrKAc310jt29s" 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

* [Editing issues](/sonarqube-cloud/managing-your-projects/issues/editing.md#tagging)
* [Editing issues](/sonarqube-cloud/managing-your-projects/issues/editing.md#assigning)


---

# 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-cloud/managing-your-projects/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.
