Overview
Projects help you organize related issues around a goal or theme. Unlike cycles (time-boxed), projects are goal-oriented and can span multiple cycles.Endpoints
All project endpoints are available via tRPC atapi.projects.*
List Projects
Get Project
Create Project
Update Project
Delete Project
Get Project Progress
Get Project Issues
Complete Project
completedAt timestamp.
Types
Project
Project Status
| Status | Description |
|---|---|
backlog | Not yet started |
planned | Scheduled for future |
in_progress | Currently active |
paused | Temporarily on hold |
completed | Successfully finished |
canceled | No longer needed |
CLI Usage
See Also
- wit project - CLI documentation
- Cycles API - Time-boxed iterations
- Issues - Issue tracking