search_issues
Find code quality and security issues in SonarQube projects using filters for severity, type, status, tags, and assignment.
Instructions
Search SonarQube issues with filters.
Args: project_key: Project key to scope issues. severities: Comma-separated: INFO,MINOR,MAJOR,CRITICAL,BLOCKER. types: Comma-separated: CODE_SMELL,BUG,VULNERABILITY,SECURITY_HOTSPOT. statuses: Comma-separated: OPEN,CONFIRMED,REOPENED,RESOLVED,CLOSED. tags: Comma-separated tag names. assigned: Filter by assignment (true=assigned, false=unassigned). page: Page number (1-indexed). page_size: Results per page (1–500).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | No | ||
| severities | No | ||
| types | No | ||
| statuses | No | ||
| tags | No | ||
| assigned | No | ||
| page | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||