Skip to content
API reference Go to app

Release Statuses

1 min read

Release status controls whether execution work is allowed inside a release.


The release is planned and ready to begin.

  • Executions are allowed.
  • Hawzu shows a warning before execution work proceeds.
  • The release can move to In Progress.

Use this status when a release is prepared but active testing has not fully started.


The release is actively under test.

  • Executions are allowed.
  • Execution work has no release-status warning.
  • The release can move to Paused or Completed.

Use this status during active test execution.


The release is temporarily on hold.

  • Executions are blocked.
  • The release can move back to In Progress.
  • The release can also be marked Completed.

Use this status when testing should stop temporarily.


The release work is complete.

  • New executions are blocked.
  • Execution edits are blocked.
  • The release can be archived.

Use this status after testing is finished and the release should no longer be changed for execution planning.


The release is preserved as a historical record.

  • Executions are blocked.
  • Modifications are blocked.
  • Status changes are not available.

Use this status when a release should stay available for reference but no longer be changed.


Hawzu applies these rules in the status change window:

  • Archived releases cannot move to another status.
  • Completed releases can only move to Archived.
  • Not Started cannot be selected after a release has already moved to another status.

| Status | Execution Behavior | |---|---| | Not Started | Allowed with warning | | In Progress | Allowed | | Paused | Blocked | | Completed | Blocked | | Archived | Blocked |