Skip to content

Tasks Object ​



id
string
REQUIRED · The unique identifier for the task
name
string
The name of the task
assignees
object[]
The users assigned to the task
id
string
The unique identifier for the user
name
string
The name of the user
description
string
The description of the task
due_date
string · date-time
The due date of the task
ticket
object
The ticket the task is associated with
id
string
The unique identifier for the ticket
task_list
object
The task list the task is associated with
id
string
The unique identifier for the task list
status
object
The status of the task
id
string
The unique identifier for the status
name
string
The name of the status
created_at
string · date-time
The date and time the task was created
updated_at
string · date-time
The date and time the task was last updated
remote_data
object
Raw data returned from the remote API call.