Projects
Projects organize milestones within groups, helping you structure related work into logical units. They sit between Groups and Milestones in the hierarchy.
What Are Projects?
A project is a container for related milestones within a group like "Q1 Roadmap" or "User Authentication".
Group → Projects → Milestones → Checkpoints
Project Lifecycle
Projects have three states:
| State | Description |
|---|---|
| active | Work in progress, milestones can be added |
| completed | Work finished, remains visible |
| archived | Hidden from default views, can be restored |
Default Projects
Every group has a "General" default project that is auto-created when needed. When creating a milestone without specifying a project, it's assigned to the default project.
The default project:
- Cannot be archived
- Is created automatically on first milestone without a project
- Has
is_default: true
Tier Limits
Project limits vary by subscription tier:
| Tier | Projects per Group |
|---|---|
| Free | 3 |
| Starter | 5 |
| Pro | 20 |
| Team | Unlimited |
| Enterprise | Unlimited |
Archived projects don't count toward the limit.
Creating Projects
Via Your AI Assistant
"Create a project in backend-team called 'Q1 Roadmap' with description 'All Q1 deliverables'"
Via API
See Create Project API for request/response details.
Listing Projects
Via Your AI Assistant
"List projects in backend-team"
Via API
See List Projects API for filtering options.
Updating Projects
Modify title, description, slug, or color:
Via Your AI Assistant
"Update project abc123-def456 with title 'Q1 Roadmap (Updated)'"
Via API
See Update Project API for request/response details.
Completing Projects
Mark a project as completed when all work is done:
Via Your AI Assistant
"Complete project abc123-def456"
Via API
See Complete Project API for request/response details.
Archiving Projects
Archive projects to hide them from default views:
Via Your AI Assistant
"Archive project abc123-def456"
Via API
See Archive Project API for request/response details.
Notes:
- Cannot archive the default project
- Archived projects don't count toward tier limits
- Milestones in archived projects remain accessible