v2
latestOpenAPI 3.0.12026-07-31690160432.4 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,
"status": "In Progress",
"priority": "High",
"health": "Good",
"projectTags": [
"tag1",
"tag2"
],
"contact": 12345,
"allocatedBudget": 500000,
"billableCost": 200000,
"nonBillableCost": 50000,
"totalCost": 250000
}Response
OK