list_issues
Fetch code quality issues from a SonarQube project, filtered by type, severity, status, assignee, or tags.
Instructions
List code quality issues from a SonarQube project with filtering options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | Yes | The SonarQube project key | |
| branch | No | Branch name (optional, defaults to main branch) | |
| types | No | Comma-separated issue types (BUG, VULNERABILITY, CODE_SMELL) | |
| severities | No | Comma-separated severities (BLOCKER, CRITICAL, MAJOR, MINOR, INFO) | |
| statuses | No | Comma-separated statuses (OPEN, CONFIRMED, REOPENED, RESOLVED, CLOSED) | |
| assignees | No | Comma-separated assignee usernames | |
| tags | No | Comma-separated tags | |
| limit | No | Maximum number of issues to return (default: 50) |