v3
latestOpenAPI 3.1.02026-08-08690159432.1 KBProjects
Create a new project
Creates a new project within a given space.
post/v1/spaces/{spaceId}/projects
Path parameters
spaceIdinteger required
ID of the space
Headers
X-Org-Idinteger required
Organization ID
Request body
Example request
{
"name": "Project Alpha",
"description": "This is a sample project",
"isPublic": true,
"startDate": "2023-01-01",
"dueDate": "2023-12-31",
"status": "In Progress",
"priority": "High",
"health": "Good",
"projectTags": [
"tag1",
"tag2"
],
"contact": 12345,
"actualStartDate": "2023-01-05",
"actualEndDate": "2023-12-15",
"allocatedBudget": 500000,
"billableCost": 200000,
"nonBillableCost": 50000,
"totalCost": 250000
}Response
OK