Skip to main content

wit cycle

Manage sprints and cycles for your development workflow. Cycles help you organize work into time-boxed iterations, track velocity, and plan capacity.

Basic Usage

Commands

Create Cycle

List Cycles

Shows all cycles with:
  • Status (active, upcoming, completed)
  • Date range
  • Progress bar and completion percentage

Show Cycle Details

Manage Issues in Cycles

Complete a Cycle

Shows summary of completed vs remaining issues.

View Velocity

Cycle Status

Cycles automatically transition through statuses based on dates:

Options

Examples

Create a Sprint

View Current Cycle

Output:

List All Cycles

Output:

Show Cycle Details

Output:

Track Velocity

Output:

Add Issues to Current Cycle

Complete a Cycle

Output:

Best Practices

Planning

  1. Create cycles at least a sprint ahead
  2. Set realistic capacity based on velocity
  3. Leave buffer for unexpected work

During the Cycle

  1. Add issues as they come up
  2. Use wit cycle current to track progress
  3. Move incomplete work to next cycle

End of Cycle

  1. Review with wit cycle show
  2. Complete with wit cycle complete
  3. Check velocity trends

Integration with Projects

Cycles can work alongside projects:
  • Cycles: Time-boxed iterations (sprints)
  • Projects: Goal-based collections (features, epics)
An issue can belong to both a cycle and a project.

See Also