Creates a new project.
Creates a new project.
Required Permissions
The user must be an admin or haveproject-create:write
permissions.Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The name of the Project. Max allowed length: 1000 characters.
The project description. Max allowed length: 25000 characters.
Whether to deduct non-billable hours from project budgets.
(optional, default = TODAY) Defines the starting date from which the reference date is calculated. The reference date is the date from which the Start/DueOn date of a task is calculated, based on the ReferenceDateAnchor.
(optional, default = START) Defines what the reference date represents for the schedule (start of first task or end of last task).
(optional) The custom reference date when ReferenceDateType is set to ‘custom’.
Response
The name of the Project. Max allowed length: 1000 characters.
The project description. Max allowed length: 25000 characters.
Whether to deduct non-billable hours from project budgets.
The total planned duration of the project with hierarchy, in seconds. Calculated based on the planned durations of tasks and task lists of the project. Sum of Sum(TotalPlannedDurationWithHierarchy of all task lists) and Sum(TotalPlannedDurationWithHierarchy of all parent tasks without list)
True if this entity is coming from an external workspace (awork Connect).