Retrieving issues
Retrieving issues in SonarQube Cloud is the first step to finding code security and maintainability problems in your code base.
Last updated
Was this helpful?
Retrieving issues in SonarQube Cloud is the first step to finding code security and maintainability problems in your code base.
You can retrieve and view the issues detected during a project’s analysis. Ensure you have proper Permissions on a project to view and administer the issues.
Issues can also be reported in your DevOps platform. For more information, see In your DevOps platform.
From My issues, located at the top navigation bar. My issues lists all issues assigned to you.

From the Issues page of a project.

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

From the Issues page of your organization, if your organization belongs to an enterprise.
The Issues page is divided into two sections:
Filters are located in the left sidebar. This is where you enter your search criteria.
A list of issues is in the right section of the page, where your search results are displayed.
Each issue card contains information that helps you identify the following:
Project name and the path to the code file.
The name of the rule that triggered the issue.
Impacted software quality and severity level. For more information, see Software qualities.
Status of the issue.
Assignee
Code attribute For more information, see Code attributes.
Tags
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.

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.
Retrieve an issue and navigate to the issue’s detail page.
Click on the link icon next to the name of the issue to copy the issue’s URL.

Last updated
Was this helpful?
Was this helpful?

