https://developers.kanbert.com/_bundle/openapi.json#/components/schemas/TaskDueDateSettingsData
Any of:
string TaskDueDateRecurringType Recursive
{ "is_hard_deadline": false, "recurring_type": "daily", "recurring_interval": 0 }
Backlog |
New In Todo |
WIP In progress |
Completed |
Approved |
Closed Task was archived |
Backlog |
New In Todo |
WIP In progress |
Completed |
Approved |
Closed Task was archived |
"Backlog"
Can be used to add an identifier to the client from an external system, must be unique
Date of leaving the company - if set in the future, the employee will be archived on that date
The key is the field name for your custom field, value type depends on the field type
{ "id": "string", "external_id": "string", "first_name": "string", "last_name": "string", "title": "string", "title_suffix": "string", "email": "user@example.com", "birthday": "2019-08-24", "gender": "string", "position": "string", "special_roles": "string", "skills": "string", "profile": "string", "language": "string", "languages": "string", "telephone_office": "string", "phone_extension": "string", "telephone": "string", "entry_date": "2019-08-24", "leave_date": "2019-08-24", "type": "user", "plan": "basic", "is_owner": true, "avatar": { "id": "string", "file_name": "string", "mime_type": "string", "size": 0, "entity_id": "string", "entity_type": "string", "created_at": "string" }, "userGroups": [ { … } ], "userGroupsCount": 0, "userGroupsExists": true, "customFields": "['custom_field_1' => 'value', 'custom_field_2' => true]", "created_at": "2019-08-24T14:15:22Z", "deleted_at": "2019-08-24T14:15:22Z" }