Project Management
Create and manage projects with billing, budgets, team assignments, and integration sync.
Project Features
- Multiple billing types — hourly, flat fee, milestone-based
- Budget tracking — cost or hours-based budgets
- Team assignments — assign employees and teams
- Client linking — associate with organization contacts
- Task views — grid (Kanban) or sprint board
- Integration sync — GitHub, Jira issue synchronization
- Module organization — organize tasks into project modules
Project Configuration
| Field | Description |
|---|---|
billing | RATE, FLAT, or MILESTONES |
budgetType | COST or HOURS |
budget | Budget amount/hours |
taskListType | GRID or SPRINT |
startDate | Project start |
endDate | Project deadline |
color | Display color |
Project Modules
Organize related tasks into logical groups:
Project: "Gauzy Platform"
├── Module: Authentication
│ ├── Task: Login page
│ └── Task: OAuth integration
├── Module: Dashboard
│ ├── Task: Analytics widgets
│ └── Task: Data visualization
└── Module: API
├── Task: REST endpoints
└── Task: GraphQL schema