API Reference

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.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

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

string
required

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

Query Params
boolean

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

number

When the custom_task_ids parameter is set to true, the Workspace ID must be provided using the team_id parameter.


For example: custom_task_ids=true&team_id=123.

Body Params
Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json