Overview
- Cycles - Time-boxed sprints for organizing work
- Projects - Long-running initiatives that span multiple cycles
- Issues - Individual work items that can be assigned to cycles and projects
Cycles (Sprints)
Cycles are time-boxed periods for organizing work, similar to sprints in agile methodologies.Create a Cycle
List Cycles
View Cycle Details
Current Cycle
Manage Issues in Cycles
Complete a Cycle
Velocity Metrics
Track team performance over time:Projects
Projects are long-running initiatives that organize related work across multiple cycles.Create a Project
List Projects
View Project Details
Update Project Status
Project Status Values
| Status | Description |
|---|---|
backlog | Not yet started |
planned | Scheduled for future work |
in_progress | Currently being worked on |
paused | Temporarily on hold |
completed | Finished |
canceled | No longer planned |
View Project Issues
Project Progress
Complete a Project
Delete a Project
Workflow Example
Setting Up a Sprint
Managing Work During Sprint
End of Sprint
Project Planning
Options Reference
Cycle Commands
| Command | Description |
|---|---|
create [name] | Create a new cycle |
list | List all cycles |
show [n] | Show cycle details |
current | Show current active cycle |
add <issue> [n] | Add issue to cycle |
remove <issue> | Remove issue from cycle |
complete [n] | Complete a cycle |
velocity | Show velocity metrics |
Project Commands
| Command | Description |
|---|---|
create <name> | Create a new project |
list | List all projects |
view <name> | View project details |
update <name> | Update a project |
delete <name> | Delete a project |
issues <name> | List issues in project |
progress <name> | Show project progress |
complete <name> | Mark project as complete |
Requirements
Cycles and projects require the wit server:Related
- wit issue - Issue tracking
- wit pr - Pull request management
- wit dashboard - Activity dashboard