search_issues
Find code issues in SonarCloud projects by applying filters for type, severity, and impact. Retrieve actionable results to identify bugs, vulnerabilities, and code smells.
Instructions
Search for issues in SonarCloud projects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | Comma-separated list of types (BUG, VULNERABILITY, CODE_SMELL). Note: SonarCloud is transitioning to Clean Code taxonomy with software qualities instead. | |
| project | No | Project key to search in | |
| pageSize | No | Number of results per page (max 500) | |
| resolved | No | Filter by resolved status | |
| severities | No | Comma-separated list of severities (INFO, MINOR, MAJOR, CRITICAL, BLOCKER) | |
| pullRequest | No | Pull request ID to filter issues | |
| impactSeverities | No | Comma-separated Clean Code impact severities (LOW, MEDIUM, HIGH) | |
| impactSoftwareQualities | No | Comma-separated software qualities (SECURITY, RELIABILITY, MAINTAINABILITY) |