Skip to main content

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

Shows:
  • Project status
  • Description
  • Project lead
  • Timeline (start/target dates)
  • Progress bar and issue counts

Update Project

View Issues

Lists all issues associated with the project.

Track Progress

Shows:
  • Visual progress bar
  • Completed vs remaining issues
  • Days until target date (or overdue status)

Complete Project

Marks the project as completed and shows a summary.

Delete Project

Warning: This unassigns all issues from the project.

Project Status

Options

Examples

Create and Manage a Project

View Project Progress

Output:

List Projects by Status

Output:

View Project Details

Output:

Complete a Project

Output:

Linking Issues to Projects

When creating issues, you can associate them with a project:
Or update an existing issue:

Web Interface

Projects are also accessible through the web interface at:

See Also