labels

Add a label to a task

Add a label to a task. The user needs to have write-access to the project to be able do this.

put/tasks/{task}/labels

Path parameters

taskinteger required

Task ID

Request body

createdstring

A timestamp when this task was created. You cannot change this value.

label_idinteger

The label id you want to associate with a task.

Response

The created label relation object.

createdstring

A timestamp when this task was created. You cannot change this value.

label_idinteger

The label id you want to associate with a task.

Changes

No recorded changes to this endpoint across all 53 revisions of this API.