getReleaseRisks
getReleaseRisksAssess release readiness for a version or milestone by identifying open blockers, overdue work, unresolved high-priority issues, unassigned tasks, and calculating a risk score.
Instructions
Assess readiness risks for one known version/milestone: open blockers, overdue work, high-priority unresolved issues and unassigned tasks, with a risk score. Use getVersionChangelog for the milestone issue breakdown rather than risk triage.
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 |
|---|---|---|---|
| score | No | Aggregate risk score. | |
| version | No | ||
| projectId | No | Project identifier the version belongs to. | |
| truncated | Yes | True when the analyzed set is a truncated slice of the full open set. | |
| versionId | Yes | Version/milestone identifier. | |
| categories | No | Risk categories that contain at least one issue. | |
| analyzedIssues | Yes | Number of issues actually analyzed for risks. | |
| totalOpenIssues | Yes | Total open issues for the version across all pages. | |
| highPriorityNames | No | Priority names treated as 'high' by the heuristic (top third of the priority ladder, or just the highest one). |