Update task

Update an existing task.

Attributes that can be changed in an update request include:

  • assignee user ID
  • title
  • description
  • status which can be changed via the stepId
  • program ID
  • start/due dates
  • priority
  • parent ID
  • custom properties
Path Params
string
required

Space ID

string
required

task id to update

Body Params
string

Title of task

string | null

Description of task

int32 | null

Step ID indicating the task status

string | null

User ID of the assignee

date-time | null

Planned start date

date-time | null

Planned end date

int32 | null

Planned duration in days

string | null

Program ID that the task belongs to

string | null
enum

Priority value

Allowed:
customProperties
array of objects | null

List of custom properties

customProperties
string | null

Task ID of parent task

Responses

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