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
The id of the project template.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The name of the task status.
Specifies the general type of this task status. Accepted values: ‘todo’, ‘progress’, ‘review’, ‘stuck’, ‘done’.
The order of the task status. If it is null, the task status will be appended after the last task status.
The icon of the task status.
Response
OK
The primary identifier of this task status.
The name of the task status.
Of what general type is this task status?.
The order of the task status in a project.
The icon of the task status.
Is set if the task status is related to a project.
Is set if the task status is related to a project type.
The date this entity was created.
The id of the user who created this entity.
The date this entity was last modified.
The id of the user who last modified this entity.