platform/dev/import-tool
Anna Khismatullina 57ee462ca6
Init scripts with unified import format (#7242)
* Integrate import to workspace initialization

Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com>

* Support importing drawing along with attachments

Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com>

* Put init scripts into workspace container

Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com>

---------

Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com>
2024-12-12 18:11:09 +07:00
..
config UBERF-8376: Move indexer from server-core (#6829) 2024-10-09 12:08:27 +07:00
docs Init scripts with unified import format (#7242) 2024-12-12 18:11:09 +07:00
src Init scripts with unified import format (#7242) 2024-12-12 18:11:09 +07:00
.eslintrc.js Move import tool to a separate image (#6719) 2024-09-26 20:53:19 +07:00
build.sh Move import tool to a separate image (#6719) 2024-09-26 20:53:19 +07:00
Dockerfile Move import tool to a separate image (#6719) 2024-09-26 20:53:19 +07:00
esbuild.js Windows build (#7158) 2024-11-12 11:58:20 +05:00
jest.config.js UBERF-8376: Move indexer from server-core (#6829) 2024-10-09 12:08:27 +07:00
package.json Init scripts with unified import format (#7242) 2024-12-12 18:11:09 +07:00
README.md Init scripts with unified import format (#7242) 2024-12-12 18:11:09 +07:00
tsconfig.json Move import tool to a separate image (#6719) 2024-09-26 20:53:19 +07:00

Huly Import Tool

Tool for importing data into Huly workspace.

Unified Format Import

The recommended way to import data into Huly is using our Unified Import Format. This format provides a straightforward way to migrate data from any system by converting it into an intermediate, human-readable structure.

See the complete guide and example workspace to get started.

Why Use Unified Format?

  • Simple, human-readable format using YAML and Markdown
  • Flexible structure that can represent data from any system
  • Easy to validate and fix data before import
  • Can be generated automatically by script or prepared manually

Direct Import Options

We also support direct import from some platforms:

  1. Notion: see Import from Notion Guide
  2. ClickUp: see Import from ClickUp Guide

These direct imports are suitable for simple migrations, but for complex cases or systems not listed above, please use the Unified Format.