Skip to content

Release Insights

3 min read

Release Analysis is the starting point for understanding release quality, progress, risk, and follow-up work. It reviews a release across all of its executions and can be exported as a Release Sign-off Report.

Release Analysis is organized as a tabbed workspace:

  • Overview — readiness at a glance: AI summary, Go/No-Go scorecard, the readiness dashboard, execution health, release pulse, and burndown.
  • Executions — the per-execution rollout, execution health, coverage by area, and ownership.
  • Requirements — requirement coverage and readiness for the release.
  • Defects — the release Defect Insights view.

Release Analysis is most useful before moving a release to Completed, before archiving, and during release review meetings.


The Overview tab answers “is this release ready?” from top to bottom.

A short, plain-language summary of release health sits at the top of the tab, so reviewers get the headline before the detail.

A verdict (for example GO, AT RISK, or NO-GO) with the pass/fail criteria behind it — coverage, fail rate, open blocker/critical defects, failures without a linked defect, and requirement verification.

A scored breakdown across the dimensions that drive readiness. Each dimension has a score out of 100, a status, and a short reason; hovering the dimension name explains how the score is assigned.

DimensionWhat it measures
Test ExecutionExecution coverage (executed ÷ total)
QualityPass rate (passed ÷ executed)
Defect HealthOpen critical/blocker load, stale/overdue aging, reopen rate
RequirementsShare of requirements fully verified
Overall Release ReadinessWeighted blend of the above

Status uses four levels — Healthy, Needs Attention, At Risk, and Not Ready — so a score reads as a signal at a glance.

A compact table with one row per child execution, so it is easy to see which executions are dragging the release.

ExecutionCoveragePass RateVerdict
(per execution)%%Healthy / Needs Attention / At Risk / Not Ready

Coverage and pass-rate rings plus the testcase status breakdown (passed, failed, blocked, skipped, needs rerun, not executed) across the whole release.

A burndown chart of remaining (unexecuted) testcases across the release window versus the ideal line — a quick read on whether the release will finish on time.


The Executions tab is the operational rollout across the release:

  • Per-execution progress and quality signals, ranked so the riskiest executions surface first.
  • Execution health (coverage, pass rate, verdict) for every execution.
  • Coverage by area and ownership — who is carrying remaining work and where coverage is thin.

The Requirements tab shows requirement coverage and readiness: how many requirements are verified, in progress, untested, or uncovered, so requirement risk is visible alongside execution progress.


The Defects tab embeds the release Defect Insights view — linked defects, failure gaps, open blocker/critical defects, aging and SLA, and the defect trend across the release window. This is the current home for release defect insights; there is no separate “View Defect Insights” button.


Select Export in the Release Analysis header to download a Release Sign-off Report — a PDF that captures the readiness dashboard, Go/No-Go criteria, execution health, requirements, top failing tests, defects, and the burndown and defect-trend charts.


When a release becomes Completed or Archived, Release Analysis freezes its defect-derived figures to a snapshot taken at sign-off and shows an “as of” note. Defects can still be linked or changed afterward — that is intentional, since defects are often found after a release closes — but the frozen analysis view (and any exported sign-off report) will not drift. Reopening the release returns it to a live view.