Description: properties_mapping is an object that links the IDs of imported custom fields with existing fields in the Kaiten system.If you want to use an existing custom field rather than creating a new one, add it to properties_mapping. For example, if a field with ID 1 is specified in the card, and a similar field already exists in the system with a different internal ID (e.g., ID 15), the system will create a duplicate field unless properties_mapping is used. However, by specifying the mapping 1: 15 in properties_mapping, the system will simply use the existing field and avoid creating a duplicate.
Fields:
| Field Name | Type | Required | Description |
|---|---|---|---|
| [external_id] | integer | No | Kaiten local internal id to attach to external_id |
Description of fields:
[external_id]:
Collection of [external_id]:[internal_id] mapping, used to map external ids into Kaiten local ids
JSON schema: