You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-11-06 09:19:31 +02:00
Trello importer
This node app converts a Trello json archive into a Focalboard archive. To use:
- From the Trello Board Menu,
...Show Menuon right - Select
More, thenPrint and Export, andExport to JSON - Save it locally, e.g. to
trello.json - Run
npm installfrom withinfocalboard/webapp - Run
npm installfrom withinfocalboard/import/trello - Run
npx ts-node importTrello.ts -i <path-to-trello.json> -o archive.focalboard(also from withinfocalboard/import/trello) - In Focalboard, click
Settings, thenImport archiveand selectarchive.focalboard
Import scope
Currently, the script imports all cards from a single board, including their list (column) membership, names, and descriptions. Contribute code to expand this.