getVersionChangelog
getVersionChangelogSummarize a version's issue scope with open and closed counts, grouped by tracker, for a given project and version ID.
Instructions
Summarize the issue scope of one known version/milestone as open and closed counts with issues grouped by tracker. Use getReleaseRisks for readiness risks or listVersions to discover the version ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project identifier or numeric ID | |
| versionId | Yes | Version/milestone ID; from listVersions |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | ||
| counts | No | ||
| version | No | ||
| byTracker | No | Issues grouped by tracker name (Bug, Feature, ...). | |
| projectId | No | Project identifier the version belongs to. | |
| truncated | Yes | True when the analyzed set is a truncated slice of the full issue set. | |
| versionId | Yes | Version/milestone identifier. | |
| totalIssues | Yes | Total number of issues tied to this version across all pages. | |
| analyzedIssues | Yes | Number of issues actually analyzed for this changelog. |