Creates a new task status for the specified project.
Creates a new task status for the specified project. To create the task status, the user need write permissions on feature Project-Planning.
Required Permissions
Any authenticated user.Path parameters
The id of the project.
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.