> For the complete documentation index, see [llms.txt](https://docs.sonarsource.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/issues.md).

# Managing code issues

- [Introduction](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/issues/introduction.md): SonarQube Cloud issues are potential errors found in your code base. Understanding how to review your analysis is the first step to establishing code security and maintainability.
- [Retrieving issues](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/issues/retrieving.md): Retrieving issues in SonarQube Cloud is the first step to finding code security and maintainability problems in your code base.
- [Reviewing issues](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/issues/reviewing.md): You can retrieve and view the issues detected during the analysis of any public project. For a private project, you must have the Browse permission on the project.
- [Editing issues](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/issues/editing.md): When editing issues in SonarQube Cloud, you can mark as false positive, mark it as reviewed, reopen, assign, tag, and/or comment on an issue.
- [Fixing issues](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/issues/fixing.md): Fixing issues in SonarQube Cloud happens in the IDE. From the Team plan, you can get AI-suggested fixes for many code issues in your organization.
- [With AI features](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/issues/with-ai-features.md): These pages include information about using AI features to mange your code issues found by SonarQube Cloud and its AI agents.
- [In your DevOps platform](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/issues/in-devops-platform.md): How to view and/or manage the issues reported by SonarQube Cloud in your GitHub, GitLab, Bitbucket Cloud, or Azure DevOps instance.
- [Issues reported in GitHub](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/issues/in-devops-platform/github.md): SonarQube Cloud reports issues on your GitHub pull requests and can display security issues as code scanning alerts in the GitHub interface.
- [Issues reported in Bitbucket Cloud](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/issues/in-devops-platform/bitbucket-cloud.md): In Bitbucket Cloud, you can view the analysis metrics of the main branch in the Bitbucket repository overview, and the issues detected on your pull requests.
- [Issues reported in GitLab](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/issues/in-devops-platform/gitlab.md): SonarQube Cloud reports analysis summary comments in your GitLab merge requests.
- [Issues reported in Azure DevOps](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/issues/in-devops-platform/azure-devops.md): SonarQube Cloud reports issues on your Azure DevOps pull requests.
- [Reviewing security hotspots](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/issues/reviewing-security-hotspots.md): A security hotspot highlights a security-sensitive piece of code that the developer needs to review. SonarQube Cloud helps you find security hotspots in your code when running analyses.
- [Pushing issues to Jira](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/issues/pushing-issues-to-jira.md): With SonarQube Cloud integration with Jira Cloud, you can use Jira work items to manage your SonarQube Cloud issues.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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