API Documentation
Tasks ¶
Tasks ¶
For more details on how to work with custom fields please refer to Working with custom fields guide.
The Task object represents a task within the project management system.
You can find out more about tasks in our Help documentation: Tasks and task lists
Task can be one of two types:
-
milestone
-
task
Following diagram shows tasks in our data hierarchy:
For Task dependencies please refer to TaskDependency endpoint documentation
Supported filter params
-
after
-
assignee_id (array)
-
before
-
billable_time
-
board_id (array)
-
board_name
-
board_status (1: active, 2: archived)
-
closed_after
-
closed_at
-
closed_before
-
company_id (array)
-
created_at
-
creator_id (array)
-
custom_fields
-
date_range
-
dependency_type
-
description
-
due_date (1: any, 2: overdue)
-
due_date_after
-
due_date_before
-
due_date_on
-
id
-
initial_estimate
-
last_actor_id
-
last_activity
-
last_activity_after
-
last_activity_before
-
overdue_status (1: not overdue, 2: overdue)
-
parent_task_id (array)
-
person_type (1: user, 2: contact, 3: placeholder)
-
project_id (array)
-
project_manager_id (array)
-
project_type (1: internal project, 2 :client project)
-
public_access
-
query
-
remaining_time
-
repeating
-
start_date
-
start_date_after
-
start_date_before
-
status (1: open, 2: closed)
-
subscriber_id (array)
-
tags
-
task_list_id (array)
-
task_list_name
-
task_list_status (1: open, 2: closed)
-
task_number
-
task_type (1: parent task, 2: subtask)
-
title
-
updated_at
-
worked_time
-
workflow_id (array)
-
workflow_status_category_id (1: not started, 2: started, 3: closed)
-
workflow_status_id (array)
Filter operations are supported on this endpoint.
Supported sort params
-
assignee_name
-
billable_time
-
board_name
-
board_position
-
closed_at
-
company_name
-
created_at
-
creator_name
-
custom_fields
-
due_date - sorts due_date and then due_time
-
placement
-
id
-
initial_estimate
-
last_activity
-
last_activity_at
-
last_actor_name
-
number
-
project_name
-
remaining_time
-
start_date
-
task_list_name
-
task_list_position
-
task_number
-
title
-
updated_at
-
worked_time
-
workflow_status_name
-
workflow_status_position
GET /api/v2/tasks?filter[project_id]=1418
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonHeaders
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": [
{
"id": "286",
"type": "tasks",
"attributes": {
"title": "Ticket title",
"description": null,
"number": "1",
"task_number": "1",
"private": false,
"due_date": null,
"start_date": null,
"closed_at": null,
"created_at": "2026-01-26T05:17:27.381+01:00",
"updated_at": "2026-01-26T05:17:27.381+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "660cca28a69417688874b04fd863b89d",
"custom_fields": null,
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": [],
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": null,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [],
"last_activity_at": "2026-01-26T05:17:27.000+01:00",
"initial_estimate": null,
"remaining_time": null,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "1997"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
}
],
"links": {
"first": "http://api-test.productive.io/api/v2/tasks?filter%5Bproject_id%5D=1418&page%5Bnumber%5D=1&page%5Bsize%5D=30",
"last": "http://api-test.productive.io/api/v2/tasks?filter%5Bproject_id%5D=1418&page%5Bnumber%5D=1&page%5Bsize%5D=30"
},
"meta": {
"current_page": 1,
"total_pages": 1,
"total_count": 1,
"page_size": 30,
"max_page_size": 200
}
}GET /api/v2/tasks?filter[project_id]=1431
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonHeaders
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": [
{
"id": "299",
"type": "tasks",
"attributes": {
"title": "Ticket title",
"description": null,
"number": "1",
"task_number": "1",
"private": false,
"due_date": null,
"start_date": null,
"closed_at": null,
"created_at": "2026-01-26T05:17:29.489+01:00",
"updated_at": "2026-01-26T05:17:29.489+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "a513aab01b8e3f06e78d9249f1db2847",
"custom_fields": null,
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": [],
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": null,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [],
"last_activity_at": "2026-01-26T05:17:29.000+01:00",
"initial_estimate": null,
"remaining_time": null,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2002"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
}
],
"links": {
"first": "http://api-test.productive.io/api/v2/tasks?filter%5Bproject_id%5D=1431&page%5Bnumber%5D=1&page%5Bsize%5D=30",
"last": "http://api-test.productive.io/api/v2/tasks?filter%5Bproject_id%5D=1431&page%5Bnumber%5D=1&page%5Bsize%5D=30"
},
"meta": {
"current_page": 1,
"total_pages": 1,
"total_count": 1,
"page_size": 30,
"max_page_size": 200
}
}Get tasksGET/api/v2/tasks
GET /api/v2/tasks/302
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonHeaders
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "302",
"type": "tasks",
"attributes": {
"title": "Ticket title",
"description": null,
"number": "1",
"task_number": "1",
"private": false,
"due_date": null,
"start_date": null,
"closed_at": null,
"created_at": "2026-01-26T05:17:29.868+01:00",
"updated_at": "2026-01-26T05:17:29.868+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "1d1cbb4011d09af06d99b07dafe1a42e",
"custom_fields": null,
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": [],
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": null,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [],
"last_activity_at": "2026-01-26T05:17:29.000+01:00",
"initial_estimate": null,
"remaining_time": null,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2004"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}POST /api/v2/tasks
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "test name",
"initial_estimate": 60,
"remaining_time": 60,
"start_date": "2019-05-05",
"due_date": "2019-05-06"
},
"relationships": {
"project": {
"data": {
"type": "projects",
"id": "1436"
}
},
"task_list": {
"data": {
"type": "task_lists",
"id": "353"
}
},
"workflow_status": {
"data": {
"type": "workflow_statuses",
"id": "2008"
}
}
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "305",
"type": "tasks",
"attributes": {
"title": "test name",
"description": null,
"number": "2",
"task_number": "2",
"private": false,
"due_date": "2019-05-06",
"start_date": "2019-05-05",
"closed_at": null,
"created_at": "2026-01-26T05:17:30.476+01:00",
"updated_at": "2026-01-26T05:17:30.476+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "6bf594d10ca53b266cb973e347fde6cc",
"custom_fields": null,
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": null,
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": null,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [],
"last_activity_at": "2026-01-26T05:17:30.000+01:00",
"initial_estimate": 60,
"remaining_time": 60,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2006"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}POST /api/v2/tasks
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "test name",
"initial_estimate": 60,
"remaining_time": 60,
"start_date": "2019-05-05",
"due_date": "2019-05-06"
},
"relationships": {
"project": {
"data": {
"type": "projects",
"id": "1438"
}
},
"task_list": {
"data": {
"type": "task_lists",
"id": "355"
}
}
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "309",
"type": "tasks",
"attributes": {
"title": "test name",
"description": null,
"number": "2",
"task_number": "2",
"private": false,
"due_date": "2019-05-06",
"start_date": "2019-05-05",
"closed_at": null,
"created_at": "2026-01-26T05:17:31.278+01:00",
"updated_at": "2026-01-26T05:17:31.278+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "e5e7d320457c30c9e5033b4e617ee31a",
"custom_fields": null,
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": null,
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": null,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [],
"last_activity_at": "2026-01-26T05:17:31.000+01:00",
"initial_estimate": 60,
"remaining_time": 60,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2008"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}POST /api/v2/tasks
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "test name",
"initial_estimate": 60,
"remaining_time": 60,
"start_date": "2019-05-05",
"due_date": "2019-05-06",
"private": true
},
"relationships": {
"project": {
"data": {
"type": "projects",
"id": "1439"
}
},
"task_list": {
"data": {
"type": "task_lists",
"id": "356"
}
},
"workflow_status": {
"data": {
"type": "workflow_statuses",
"id": "2017"
}
}
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "311",
"type": "tasks",
"attributes": {
"title": "test name",
"description": null,
"number": "2",
"task_number": "2",
"private": true,
"due_date": "2019-05-06",
"start_date": "2019-05-05",
"closed_at": null,
"created_at": "2026-01-26T05:17:31.612+01:00",
"updated_at": "2026-01-26T05:17:31.612+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "54e4aabb46904fd6415776f2b4893afa",
"custom_fields": null,
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": null,
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": null,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [],
"last_activity_at": "2026-01-26T05:17:31.000+01:00",
"initial_estimate": 60,
"remaining_time": 60,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2009"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}POST /api/v2/tasks
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": ""
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"errors": [
{
"status": "422",
"code": "invalid_attribute",
"title": "Invalid Attribute",
"detail": "can't be blank",
"source": {
"pointer": "data/attributes/title"
}
},
{
"status": "422",
"code": "invalid_attribute",
"title": "Invalid Attribute",
"detail": "can't be blank",
"source": {
"pointer": "data/attributes/project"
}
},
{
"status": "422",
"code": "invalid_attribute",
"title": "Invalid Attribute",
"detail": "can't be blank",
"source": {
"pointer": "data/attributes/task_list"
}
}
]
}POST /api/v2/tasks
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "test name",
"type_id": "3"
},
"relationships": {
"project": {
"data": {
"type": "projects",
"id": "1445"
}
},
"task_list": {
"data": {
"type": "task_lists",
"id": "362"
}
}
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "319",
"type": "tasks",
"attributes": {
"title": "test name",
"description": null,
"number": "2",
"task_number": "2",
"private": false,
"due_date": null,
"start_date": null,
"closed_at": null,
"created_at": "2026-01-26T05:17:33.762+01:00",
"updated_at": "2026-01-26T05:17:33.762+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "a17d2f6a3ac0669bfea073b4bc9234c1",
"custom_fields": null,
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": null,
"task_dependency_count": 0,
"type_id": 3,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": null,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [],
"last_activity_at": "2026-01-26T05:17:33.000+01:00",
"initial_estimate": null,
"remaining_time": null,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2015"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}Create a taskPOST/api/v2/tasks
- project_id
number(required) Example: 1project id
- task_list_id
number(required) Example: 1task list id
- workflow_status_id
number(optional) Example: 1workflow status id. If not send on task create, task gets opened in the projects default workflow status.
- title
string(required) Example: Titletitle
- assignee_id
number(optional) Example: 1assignee id
- description
string(optional) Example: Some+descriptiondescription
- due_date
date(optional) Example: 2022-02-14due date
- initial_estimate
number(optional) Example: 60initial estimate in minutes
- private
boolean(optional) Example: trueis task private
- start_date
date(optional) Example: 2022-02-14start date
PATCH /api/v2/tasks/320
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "new title",
"tag_list": [
"bug",
"ux"
]
},
"relationships": {
"subscribers": {
"data": [
{
"type": "people",
"id": "7635"
},
{
"type": "people",
"id": "7636"
}
]
}
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "320",
"type": "tasks",
"attributes": {
"title": "new title",
"description": null,
"number": "1",
"task_number": "1",
"private": false,
"due_date": null,
"start_date": null,
"closed_at": null,
"created_at": "2026-01-26T05:17:34.075+01:00",
"updated_at": "2026-01-26T05:17:34.357+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "95cf93d9622bf0c75c5735cc59b697bd",
"custom_fields": null,
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": [],
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": null,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [
"bug",
"ux"
],
"last_activity_at": "2026-01-26T05:17:34.000+01:00",
"initial_estimate": null,
"remaining_time": null,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2016"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}PATCH /api/v2/tasks/321
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "new title",
"tag_list": [
"bug",
"ux"
],
"private": true
},
"relationships": {
"subscribers": {
"data": [
{
"type": "people",
"id": "7639"
},
{
"type": "people",
"id": "7640"
}
]
}
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "321",
"type": "tasks",
"attributes": {
"title": "new title",
"description": null,
"number": "1",
"task_number": "1",
"private": true,
"due_date": null,
"start_date": null,
"closed_at": null,
"created_at": "2026-01-26T05:17:34.692+01:00",
"updated_at": "2026-01-26T05:17:34.984+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "88b679629d008377804160a17c353a57",
"custom_fields": null,
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": [],
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": null,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [
"bug",
"ux"
],
"last_activity_at": "2026-01-26T05:17:34.000+01:00",
"initial_estimate": null,
"remaining_time": null,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2017"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}PATCH /api/v2/tasks/322
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": ""
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"errors": [
{
"status": "422",
"code": "invalid_attribute",
"title": "Invalid Attribute",
"detail": "can't be blank",
"source": {
"pointer": "data/attributes/title"
}
}
]
}PATCH /api/v2/tasks/331
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {},
"relationships": {
"project": {
"data": {
"type": "projects",
"id": "1457"
}
},
"task_list": {
"data": {
"type": "task_lists",
"id": "374"
}
}
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "331",
"type": "tasks",
"attributes": {
"title": "Ticket title",
"description": null,
"number": "1",
"task_number": "1",
"private": false,
"due_date": null,
"start_date": null,
"closed_at": null,
"created_at": "2026-01-26T05:17:38.624+01:00",
"updated_at": "2026-01-26T05:17:38.836+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "94cf7a249a9bc9d6843a115c96cf6d64",
"custom_fields": {
"23": "library"
},
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": [],
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": 1010000,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [],
"last_activity_at": "2026-01-26T05:17:38.000+01:00",
"initial_estimate": null,
"remaining_time": null,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2026"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}PATCH /api/v2/tasks/332
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {},
"relationships": {
"project": {
"data": {
"type": "projects",
"id": "1459"
}
},
"task_list": {
"data": {
"type": "task_lists",
"id": "376"
}
}
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "332",
"type": "tasks",
"attributes": {
"title": "Ticket title",
"description": null,
"number": "1",
"task_number": "1",
"private": false,
"due_date": null,
"start_date": null,
"closed_at": null,
"created_at": "2026-01-26T05:17:39.178+01:00",
"updated_at": "2026-01-26T05:17:39.416+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "f3c50dbc6a9d312019a0dfbcbc452bec",
"custom_fields": null,
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": [],
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": 1010000,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [],
"last_activity_at": "2026-01-26T05:17:39.000+01:00",
"initial_estimate": null,
"remaining_time": null,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2027"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}DELETE /api/v2/tasks/342
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonPOST /api/v2/tasks/copy
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "copy test name",
"template_id": 343,
"project_id": 1474,
"task_list_id": 387,
"workflow_status_id": 2110
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "344",
"type": "tasks",
"attributes": {
"title": "copy test name",
"description": null,
"number": "2",
"task_number": "2",
"private": false,
"due_date": null,
"start_date": null,
"closed_at": null,
"created_at": "2026-01-26T05:17:44.231+01:00",
"updated_at": "2026-01-26T05:17:44.231+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "f152a771d6f5a07231ec8cb3fb42b19b",
"custom_fields": null,
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": null,
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": null,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [],
"last_activity_at": "2026-01-26T05:17:44.000+01:00",
"initial_estimate": null,
"remaining_time": null,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2036"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}POST /api/v2/tasks/copy
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "copy test name",
"template_id": 345,
"project_id": 1475,
"task_list_id": 388,
"workflow_status_id": 2113
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "346",
"type": "tasks",
"attributes": {
"title": "copy test name",
"description": null,
"number": "2",
"task_number": "2",
"private": false,
"due_date": null,
"start_date": null,
"closed_at": null,
"created_at": "2026-01-26T05:17:44.567+01:00",
"updated_at": "2026-01-26T05:17:44.567+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "7cc5c4630e6ab30bccd313a76aeddb72",
"custom_fields": null,
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": null,
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": null,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [],
"last_activity_at": "2026-01-26T05:17:44.000+01:00",
"initial_estimate": null,
"remaining_time": null,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2037"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}POST /api/v2/tasks/copy
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "copy test name",
"template_id": 347,
"project_id": 1476,
"task_list_id": 389,
"copy_attachments": true,
"workflow_status_id": 2116
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "348",
"type": "tasks",
"attributes": {
"title": "copy test name",
"description": null,
"number": "2",
"task_number": "2",
"private": false,
"due_date": null,
"start_date": null,
"closed_at": null,
"created_at": "2026-01-26T05:17:44.925+01:00",
"updated_at": "2026-01-26T05:17:44.946+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "1c89fd7ed3ff7bf860fd000eb80412ff",
"custom_fields": null,
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": null,
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": null,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [],
"last_activity_at": "2026-01-26T05:17:44.000+01:00",
"initial_estimate": null,
"remaining_time": null,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2038"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}POST /api/v2/tasks/copy
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "copy test name",
"template_id": 349,
"project_id": 1477,
"task_list_id": 390,
"copy_open_todos": true,
"workflow_status_id": 2119
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "350",
"type": "tasks",
"attributes": {
"title": "copy test name",
"description": null,
"number": "2",
"task_number": "2",
"private": false,
"due_date": null,
"start_date": null,
"closed_at": null,
"created_at": "2026-01-26T05:17:45.294+01:00",
"updated_at": "2026-01-26T05:17:45.294+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "ae9dedcb5a0467d0dac61d88c20c06c5",
"custom_fields": null,
"todo_count": 2,
"open_todo_count": 2,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": null,
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": null,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [],
"last_activity_at": "2026-01-26T05:17:45.000+01:00",
"initial_estimate": null,
"remaining_time": null,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2039"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}POST /api/v2/tasks/copy
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "copy test name",
"template_id": 351,
"project_id": 1478,
"task_list_id": 391,
"private": true,
"workflow_status_id": 2122
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "352",
"type": "tasks",
"attributes": {
"title": "copy test name",
"description": null,
"number": "2",
"task_number": "2",
"private": true,
"due_date": null,
"start_date": null,
"closed_at": null,
"created_at": "2026-01-26T05:17:45.643+01:00",
"updated_at": "2026-01-26T05:17:45.643+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "f7de5ce42286352503217b23db3927f0",
"custom_fields": null,
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": null,
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": null,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [],
"last_activity_at": "2026-01-26T05:17:45.000+01:00",
"initial_estimate": null,
"remaining_time": null,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2040"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}POST /api/v2/tasks/copy
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "copy test name",
"template_id": 353,
"project_id": 1479,
"task_list_id": 392,
"private": true,
"copy_subscribers": true,
"workflow_status_id": 2125
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "354",
"type": "tasks",
"attributes": {
"title": "copy test name",
"description": null,
"number": "2",
"task_number": "2",
"private": true,
"due_date": null,
"start_date": null,
"closed_at": null,
"created_at": "2026-01-26T05:17:45.985+01:00",
"updated_at": "2026-01-26T05:17:45.985+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "ed0605c92e426426d67dccac2d77cae5",
"custom_fields": null,
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": null,
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": null,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [],
"last_activity_at": "2026-01-26T05:17:45.000+01:00",
"initial_estimate": null,
"remaining_time": null,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2041"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}POST /api/v2/tasks/copy
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "copy test name",
"template_id": 355,
"project_id": 1480,
"task_list_id": 393,
"private": false,
"workflow_status_id": 2128
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "356",
"type": "tasks",
"attributes": {
"title": "copy test name",
"description": null,
"number": "2",
"task_number": "2",
"private": false,
"due_date": null,
"start_date": null,
"closed_at": null,
"created_at": "2026-01-26T05:17:46.319+01:00",
"updated_at": "2026-01-26T05:17:46.319+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "9fc8de4831eee0f77acad6bd97ed4254",
"custom_fields": null,
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": null,
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": null,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [],
"last_activity_at": "2026-01-26T05:17:46.000+01:00",
"initial_estimate": null,
"remaining_time": null,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2042"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}POST /api/v2/tasks/copy
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "copy test name",
"template_id": 357,
"project_id": 1481,
"task_list_id": 394,
"private": false,
"copy_subscribers": true,
"workflow_status_id": 2131
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "358",
"type": "tasks",
"attributes": {
"title": "copy test name",
"description": null,
"number": "2",
"task_number": "2",
"private": false,
"due_date": null,
"start_date": null,
"closed_at": null,
"created_at": "2026-01-26T05:17:46.653+01:00",
"updated_at": "2026-01-26T05:17:46.653+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "41c7c6a5bc5870350e74455fb285547c",
"custom_fields": null,
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": null,
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": null,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [],
"last_activity_at": "2026-01-26T05:17:46.000+01:00",
"initial_estimate": null,
"remaining_time": null,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2043"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}POST /api/v2/tasks/copy
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "copy test name",
"template_id": 359,
"project_id": 1482,
"task_list_id": 395,
"workflow_status_id": 2134,
"copy_as_task_template": true
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "360",
"type": "tasks",
"attributes": {
"title": "copy test name",
"description": null,
"number": null,
"task_number": null,
"private": false,
"due_date": null,
"start_date": null,
"closed_at": null,
"created_at": "2026-01-26T05:17:46.982+01:00",
"updated_at": "2026-01-26T05:17:46.988+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "4eb8ae6a93b78c87ff6f35e66aea44af",
"custom_fields": null,
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": [],
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": null,
"subtask_placement": null,
"bookings_count": 0,
"closed": false,
"due_time": null,
"tag_list": [],
"last_activity_at": "2026-01-26T05:17:46.000+01:00",
"initial_estimate": null,
"remaining_time": null,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2044"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}POST /api/v2/tasks/copy
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "copy test name",
"template_id": 361,
"project_id": 1483,
"task_list_id": 396,
"workflow_status_id": 2137,
"copy_as_task_template": true,
"private": true
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"errors": [
{
"status": "422",
"code": "invalid_attribute",
"title": "Invalid Attribute",
"detail": "task can't be private",
"source": {
"pointer": "data/attributes/private"
}
}
]
}POST /api/v2/tasks/copy
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "copy test name",
"template_id": 362,
"project_id": 1484,
"task_list_id": 397,
"workflow_status_id": 2140,
"copy_as_task_template": true,
"copy_task_dependencies": true
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"errors": [
{
"status": "422",
"code": "invalid_attribute",
"title": "Invalid Attribute",
"detail": "can't be duplicated on task template",
"source": {
"pointer": "data/attributes/task_dependencies"
}
}
]
}POST /api/v2/tasks/copy
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "copy test name",
"template_id": 363,
"project_id": 1485,
"task_list_id": 398,
"private": false,
"copy_subscribers": true,
"workflow_status_id": 2145
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"data": {
"id": "364",
"type": "tasks",
"attributes": {
"title": "copy test name",
"description": null,
"number": "2",
"task_number": "2",
"private": false,
"due_date": null,
"start_date": null,
"closed_at": "2026-01-26T05:17:47.000+01:00",
"created_at": "2026-01-26T05:17:47.954+01:00",
"updated_at": "2026-01-26T05:17:47.954+01:00",
"repeat_schedule_id": null,
"repeat_on_interval": null,
"repeat_on_monthday": null,
"repeat_on_weekday": [],
"repeat_on_date": null,
"repeat_origin_id": null,
"email_key": "4e03a4091e29afbde2b89014ed17ce39",
"custom_fields": null,
"todo_count": null,
"open_todo_count": null,
"subtask_count": null,
"open_subtask_count": null,
"creation_method_id": 1,
"todo_assignee_ids": null,
"task_dependency_count": 0,
"type_id": 1,
"blocking_dependency_count": 0,
"waiting_on_dependency_count": 0,
"linked_dependency_count": 0,
"placement": null,
"subtask_placement": null,
"bookings_count": 0,
"closed": true,
"due_time": null,
"tag_list": [],
"last_activity_at": "2026-01-26T05:17:47.000+01:00",
"initial_estimate": null,
"remaining_time": null,
"billable_time": null,
"worked_time": null,
"deleted_at": null
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "2047"
}
},
"project": {
"meta": {
"included": false
}
},
"creator": {
"meta": {
"included": false
}
},
"assignee": {
"meta": {
"included": false
}
},
"last_actor": {
"meta": {
"included": false
}
},
"task_list": {
"meta": {
"included": false
}
},
"parent_task": {
"meta": {
"included": false
}
},
"workflow_status": {
"meta": {
"included": false
}
},
"service": {
"meta": {
"included": false
}
},
"repeated_task": {
"meta": {
"included": false
}
},
"template_object": {
"meta": {
"included": false
}
},
"attachments": {
"meta": {
"included": false
}
},
"custom_field_people": {
"meta": {
"included": false
}
},
"custom_field_attachments": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}POST /api/v2/tasks/copy
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"errors": [
{
"status": "422",
"code": "invalid_attribute",
"title": "Invalid Attribute",
"detail": "can't be blank",
"source": {
"pointer": "data/attributes/title"
}
},
{
"status": "422",
"code": "invalid_attribute",
"title": "Invalid Attribute",
"detail": "can't be blank",
"source": {
"pointer": "data/attributes/template"
}
},
{
"status": "422",
"code": "invalid_attribute",
"title": "Invalid Attribute",
"detail": "can't be blank",
"source": {
"pointer": "data/attributes/project"
}
},
{
"status": "422",
"code": "invalid_attribute",
"title": "Invalid Attribute",
"detail": "can't be blank",
"source": {
"pointer": "data/attributes/task_list"
}
},
{
"status": "422",
"code": "invalid_attribute",
"title": "Invalid Attribute",
"detail": "can't be blank",
"source": {
"pointer": "data/attributes/workflow_status"
}
}
]
}POST /api/v2/tasks/copy
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "copy test name",
"template_id": 366,
"project_id": 1487,
"task_list_id": 400,
"workflow_status_id": null
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"errors": [
{
"status": "422",
"code": "invalid_attribute",
"title": "Invalid Attribute",
"detail": "can't be blank",
"source": {
"pointer": "data/attributes/workflow_status"
}
}
]
}POST /api/v2/tasks/copy
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"title": "copy test name",
"template_id": 367,
"project_id": 1488,
"task_list_id": 401,
"private": true,
"copy_open_subtasks": true,
"workflow_status_id": 2152
}
}
}Headers
Content-Type: application/vnd.api+json; charset=utf-8Body
{
"errors": [
{
"status": "422",
"code": "invalid_attribute",
"title": "Invalid Attribute",
"detail": "task can't be private",
"source": {
"pointer": "data/attributes/private"
}
}
]
}PATCH /api/v2/tasks/383/reposition
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"move_before_id": 384
}
}
}PATCH /api/v2/tasks/385/reposition
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"move_after_id": 386
}
}
}PATCH /api/v2/tasks/387/reposition
Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+jsonBody
{
"data": {
"type": "tasks",
"attributes": {
"move_after_id": 388,
"move_before_id": 389
}
}
}Repositions a taskPATCH/api/v2/tasks/{id}/reposition
- id
number(required) Example: 1task id
- move_before_id
number(optional) Example: 1id of the task to move before
- move_after_id
number(optional) Example: 1id of the task to move after
Generated by aglio on 26 Jan 2026