Milestone fields
| Field | Required | Description |
|---|---|---|
| Name | Yes | A short label for the milestone (e.g., “v2.0 Release”, “Sprint 42”) |
| Description | No | Optional context about what this milestone represents |
| Due date | No | The target date for this milestone — shows as overdue if passed while the milestone is open |
Milestone statuses
| Status | Meaning |
|---|---|
open | The milestone is active and accepting new run results |
completed | The milestone is finished — mark it complete when the release ships |
archived | The milestone is no longer relevant and hidden from the default view |
How to create a milestone
Open your Test Project
Navigate to your Space, click Test Management in the sidebar, and open the project.
How to link a test run to a milestone
You can link a run to a milestone at creation time or after the run has started.- When creating a run
- After a run is created
In the Start Run dialog, select the milestone from the Milestone dropdown before clicking Start. The run is linked immediately and its results count toward the milestone from the first result recorded.
Tracking per-release quality
Once you have one or more runs linked to a milestone, open the milestone to see the aggregate view:- Pass rate — the percentage of all results across all linked runs that are
PASSED - Passed / Failed / Pending counts — a breakdown of total results across all runs
- Linked runs — each individual run listed with its own pass rate and status
Marking a milestone as complete
When a release ships, open the milestone and click Mark as complete. The milestone moves tocompleted status and is hidden from the default view. You can still access it at any time by showing completed milestones.
Completing a milestone does not change any of its linked runs or their results. The historical record is always preserved.

