Update a task by including one or more fields in the request body.
Note: To update Custom Fields on a task, you must use the Set Custom Field endpoint.
{- "name": "Updated Task Name",
- "description": "Updated Task Content",
- "status": "in progress",
- "priority": 1,
- "due_date": 1508369194377,
- "due_date_time": false,
- "parent": "abc1234",
- "time_estimate": 8640000,
- "start_date": 1567780450202,
- "start_date_time": false,
- "points": 3,
- "assignees": {
- "add": [
- 182
], - "rem": [
- 183
]
}, - "group_assignees": {
- "add": [
- "dd01f92f-48ca-446d-88a1-0beb0e8f5f14"
], - "rem": [
- "dd01f92f-48ca-446d-88a1-0beb0e8f5f13"
]
}, - "archived": false
}
{- "id": "9hx",
- "custom_id": null,
- "custom_item_id": null,
- "name": "Updated Task Name",
- "text_content": "Updated Task Content",
- "description": "Updated Task Content",
- "markdown_description": "Updates Task Content",
- "status": {
- "status": "in progress",
- "color": "#d3d3d3",
- "orderindex": 1,
- "type": "custom"
}, - "archived": false,
- "orderindex": "1.00000000000000000000000000000000",
- "date_created": "1567780450202",
- "date_updated": "1567780450202",
- "date_closed": null,
- "creator": {
- "id": 183,
- "username": "John Doe",
- "color": "#827718",
}, - "assignees": [ ],
- "group_assignees": [ ],
- "checklists": [ ],
- "tags": [ ],
- "parent": "abc1234",
- "priority": null,
- "due_date": null,
- "start_date": null,
- "points": 3,
- "time_estimate": null,
- "time_spent": null,
- "custom_fields": [
- {
- "id": "0a52c486-5f05-403b-b4fd-c512ff05131c",
- "name": "My Number field",
- "type": "checkbox",
- "type_config": { },
- "date_created": "1622176979540",
- "hide_from_guests": false,
- "value": "23",
- "required": true
}, - {
- "id": "03efda77-c7a0-42d3-8afd-fd546353c2f5",
- "name": "My Text field",
- "type": "short_text",
- "type_config": { },
- "date_created": "1622176979540",
- "hide_from_guests": false,
- "value": "Text field input",
- "required": false
}, - {
- "id": "f4d2a20d-6759-4420-b853-222dbe2589d5",
- "name": "My People",
- "type": "users",
- "type_config": {
- "single_user": true,
- "include_groups": true,
- "include_guests": true,
- "include_team_members": true
}, - "date_created": "1618440378816",
- "hide_from_guests": false,
- "required": false
}
], - "list": {
- "id": "123"
}, - "folder": {
- "id": "456"
}, - "space": {
- "id": "789"
},
}