summarize_sonarcloud_issues
Generate a concise summary of SonarCloud issues for a specific pull request. Filter by severity, status, and leak period to streamline code quality analysis and issue resolution.
Instructions
Get a high-level summary of SonarCloud issues for a PR
Input Schema
Name | Required | Description | Default |
---|---|---|---|
impactSeverities | No | Comma-separated list of impact severities. | |
issueStatuses | No | Comma-separated list of issue statuses | |
pullRequest | No | Pull request id | |
sinceLeakPeriod | No | To retrieve issues created since the leak period. If this parameter is set to a truthy value, createdAfter must not be set and one component id or key must be provided. (default: false) | |
token | No | SonarCloud API token (optional if set in environment) |