Creates new task statuses for the specified project.

Creates new task statuses from the project template for the the specified project. <Check title="Required Permissions">The user must be an admin or have `project-planning-data:write` permissions or `project-create:write` permissions.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

projectIdstringRequiredformat: "uuid"
The id of the project.

Request

The form with the project template id.
projectTemplateIdstring or nullOptionalformat: "uuid"

Response

No Content