wit project
Manage projects directly from your terminal. Projects help you organize related issues, track progress, and plan work across sprints.Basic Usage
Commands
Create Project
List Projects
View Project
- Project status
- Description
- Project lead
- Timeline (start/target dates)
- Progress bar and issue counts
Update Project
View Issues
Track Progress
- Visual progress bar
- Completed vs remaining issues
- Days until target date (or overdue status)
Complete Project
Delete Project
Project Status
| Status | Icon | Description |
|---|---|---|
backlog | ○ | Not yet started |
planned | ◐ | Scheduled for future |
in_progress | ● | Currently active |
paused | ◑ | Temporarily on hold |
completed | ✓ | Finished |
canceled | ✕ | No longer needed |
Options
| Option | Short | Description |
|---|---|---|
--description | -d | Project description |
--status | -s | Project status |
--lead | Project lead username | |
--start | Start date (YYYY-MM-DD) | |
--target | Target completion date | |
--color | Project color (hex) | |
--icon | Project icon (emoji) | |
--force | Confirm destructive operations | |
--help | -h | Show help |
Examples
Create and Manage a Project
View Project Progress
List Projects by Status
View Project Details
Complete a Project
Linking Issues to Projects
When creating issues, you can associate them with a project:Web Interface
Projects are also accessible through the web interface at:See Also
- wit cycle - Sprint/cycle management
- wit issue - Issue tracking
- Cycles and Projects - Feature overview