Set Custom Field Value

Add data to a Custom field on a task.

You'll need to know the task_id of the task you want to update, and the universal unique identifier (UUID) field_id of the Custom Field you want to set.

You can use Get Accessible Custom Fields or the Get Task endpoint to find the field_id.

SecurityAuthorization Token
Request
path Parameters
task_id
required
string

Enter the task ID of the task you want to update.

field_id
required
string

Enter the universal unique identifier (UUID) of the Custom Field you want to set.

query Parameters
custom_task_ids
boolean

If you want to reference a task by its Custom Task ID, this value must be true.

team_id
number <double>

Only used when the custom_task_ids parameter is set to true.

For example: custom_task_ids=true&team_id=123.

Request Body schema: application/json
required
Any of:

The value must be a string with a valid URL.

value
required
string
Responses
200
post/v2/task/{task_id}/field/{field_id}
Request samples
application/json
Response samples
application/json
{ }