Creates a new task status for the specified project template.
Creates a new task status for the specified project template.
Required Permissions
The user must be an admin or haveproject-manage-config:write
permissions.Path parameters
projectTemplateId
The id of the project template.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
The name of the task status.
type
Specifies the general type of this task status. Accepted values: ‘todo’, ‘progress’, ‘review’, ‘stuck’, ‘done’.
order
The order of the task status.
If it is null, the task status will be appended after the last task status.
icon
The icon of the task status.
Response
OK
id
The primary identifier of this task status.
name
The name of the task status.
type
Of what general type is this task status?.
order
The order of the task status in a project.
icon
The icon of the task status.
projectId
Is set if the task status is related to a project.
projectTypeId
Is set if the task status is related to a project type.
createdOn
The date this entity was created.
createdBy
The id of the user who created this entity.
updatedOn
The date this entity was last modified.
updatedBy
The id of the user who last modified this entity.