get_analysis_history
Retrieve historical analysis data and trends for a SonarQube project. Specify project key, date range, branch, and limit to view past analyses.
Instructions
Get historical analysis data and trends for a SonarQube project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | Yes | The SonarQube project key | |
| branch | No | Branch name (optional, defaults to main branch) | |
| from | No | Start date for analysis history (YYYY-MM-DD format) | |
| to | No | End date for analysis history (YYYY-MM-DD format) | |
| limit | No | Maximum number of analyses to return (default: 10) |