Cycle = the round
A cycle has statusdraft | active | in_progress | completed | archived, plus title, description, environment, dates, and case_ids. It’s the “UAT week 2” tab. You don’t execute inside the cycle list; you start a run from it.
Run = you clicking through
Run status:in_progress | completed | aborted. Case results: passed | failed | blocked | skipped | in_progress. You need an active tester (assignment) to start.
If start is disabled: can’t start.
Cadence that works for jobs
- Scope the cycle to what you quoted, not every optional pack case.
- Record results as you test, not later. Evidence is easier in the moment.
- Fail + finding when it’s a product bug. Blocked when you can’t execute (no data, env down). Skipped when out of scope. N/A on a step that doesn’t apply. Meanings.
- Complete or abort the run honestly. Aborted is better than a fake 100% pass.
Pass, fail, blocked
Buttons vs case results vs skipped.
Log bugs while you run
Findings, evidence, Jira links.

