Create Project
Creates a new project in the workspace with unique name and key
Overview
Create a new project in your workspace. Projects help organize tasks, track progress, and manage team collaboration. Each project requires a unique name and key within the team.Request Body
"Mobile App Development""MAD"10"Development of a cross-platform mobile application for iOS and Android"1[5, 7] or "5"8[1, 2, 3, 4] or "1,2,3"[1, 2] or "1,2""2025-12-01T00:00:00Z""2026-06-30T23:59:59Z""yes", "no"Default: "yes"1Response
Example Request
Example Request (JavaScript)
Example Response
Error Responses
Notes
- Unique constraints: Both project name and key must be unique within the team
- Key format: Project keys are automatically converted to uppercase and special characters are removed
- Default team: If
team_idis not provided, the current user’s team is used - Default client: If no
client_idis provided, the internal client of the team is used (or created if it doesn’t exist) - Default QA lead: If not provided, defaults to the current user
- Array or string: Fields like
project_manager,users, andgroupsaccept both array format and comma-separated string format - Billable default: Projects are billable by default unless explicitly set to “no”
- Groups: When groups are provided, the project is automatically added to those groups
- Case sensitivity: Project names are automatically capitalized
Related Endpoints
- Get Projects - List all projects
- Get Project - Retrieve project details
- Update Project - Update project information
- Delete Project - Delete a project
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The name of the project (must be unique within team)
"Mobile App Development"
Unique project key (2-5 uppercase letters)
"MAD"
The ID of the client associated with this project
10
Detailed description of the project
"Development of a cross-platform mobile application for iOS and Android"
The ID of the team this project belongs to
1
User ID(s) of project manager(s)
User ID of the QA lead
8
User ID(s) of team members
Group ID(s) associated with this project
The start date of the project
"2025-12-01T00:00:00Z"
The due date for project completion
"2026-06-30T23:59:59Z"
Whether the project is billable
yes, no "yes"
Visibility setting for the project
1
Response
Project created successfully
123
"Mobile App Development"
"MAD"
"Development of a cross-platform mobile application"
1
8
true
"yes"
1
1
0
1