Create a new task.
{- "name": "New Task Name",
- "description": "New Task Description",
- "markdown_description": "New Task Description",
- "assignees": [
- 183
], - "archived": false,
- "group_assignees": [
- "dd01f92f-48ca-446d-88a1-0beb0e8f5f14"
], - "tags": [
- "tag name 1"
], - "status": "Open",
- "priority": 3,
- "due_date": 1508369194377,
- "due_date_time": false,
- "time_estimate": 8640000,
- "start_date": 1567780450202,
- "start_date_time": false,
- "points": 3,
- "notify_all": true,
- "parent": null,
- "links_to": null,
- "check_required_custom_fields": true,
- "custom_fields": [
- {
- "id": "0a52c486-5f05-403b-b4fd-c512ff05131c",
- "value": "This is a string of text added to a Custom Field."
}
]
}
{- "id": "9hx",
- "custom_id": null,
- "custom_item_id": null,
- "name": "New Task Name",
- "text_content": "New Task Content",
- "description": "New Task Content",
- "markdown_description": "New Task Content",
- "status": {
- "status": "in progress",
- "color": "#d3d3d3",
- "orderindex": 1,
- "type": "custom"
}, - "orderindex": "1.00000000000000000000000000000000",
- "date_created": "1567780450202",
- "date_updated": "1567780450202",
- "date_closed": null,
- "date_done": null,
- "creator": {
- "id": 183,
- "username": "John Doe",
- "color": "#827718",
}, - "assignees": [ ],
- "archived": false,
- "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 Text Custom field",
- "type": "text",
- "type_config": { },
- "date_created": "1622176979540",
- "hide_from_guests": false,
- "value": {
- "value": "This is a string of text added to a Custom Field."
}, - "required": true
}
], - "list": {
- "id": "123"
}, - "folder": {
- "id": "456"
}, - "space": {
- "id": "789"
},
}