Updates a task status for the specified project.

PUT

Updates a task status for the specified project. To update the task status, the user need write permissions on feature Project-Master-Data.

Required Permissions: Any authenticated user.

Path parameters

projectIdstringRequired

The id of the project.

taskStatusIdstringRequired

The id of the task status.

Request

This endpoint expects an object.
namestringRequired>=1 character<=30 characters

The name of the task status.

typestringRequired>=1 character

Specifies the general type of this task status. Accepted values: ‘todo’, ‘progress’, ‘review’, ‘stuck’, ‘done’.

orderdoubleOptional

The order of the task status. If it is null, the task status will be appended after the last task status.

iconstringOptional

The icon of the task status.

Response

OK

idstringOptional

The primary identifier of this task status.

namestringOptional

The name of the task status.

typestringOptional

Of what general type is this task status?.

orderdoubleOptional

The order of the task status in a project.

iconstringOptional

The icon of the task status.

projectIdstringOptional

Is set if the task status is related to a project.

projectTypeIdstringOptional

Is set if the task status is related to a project type.

createdOndatetimeOptional

The date this entity was created.

createdBystringOptional

The id of the user who created this entity.

updatedOndatetimeOptional

The date this entity was last modified.

updatedBystringOptional

The id of the user who last modified this entity.