API Reference

Update Task

Update a task by including one or more fields in the request body.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
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

*Note: To update Custom Fields on a task, you must use the Set Custom Field endpoint.*

number | null

The custom task type ID for this task. A value of null (default) sets the task type to type "Task".

To get a list of available custom task type IDs for your Workspace, use the Get Custom Task Types endpoint.

string
string

To clear the task description, include Description with " ".

string

Markdown formatted description for the task. If both markdown_content and description are provided, markdown_content will be used instead of description.

string
integer
integer
boolean
string

You can move a subtask to another parent task by including "parent" with a valid task id.

You cannot convert a subtask to a task by setting "parent" to null.

integer
integer
boolean
number

Update the task's Sprint Points.

object
object
object
boolean
Response

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