42ddbbdd69
* chore: update docs URL for import/export/migrate * chore: reference `.boardarchive` in import scripts & READMEs |
||
---|---|---|
.. | ||
.vscode | ||
.eslintrc.json | ||
.gitignore | ||
importTrello.ts | ||
package-lock.json | ||
package.json | ||
README.md | ||
trello.ts | ||
tsconfig.json | ||
utils.ts |
Trello importer
This node app converts a Trello json archive into a Focalboard archive. To use:
- From the Trello Board Menu,
...Show Menu
on right - Select
More
, thenPrint and Export
, andExport to JSON
- Save it locally, e.g. to
trello.json
- Run
npm install
from withinfocalboard/webapp
- Run
npm install
from withinfocalboard/import/trello
- Run
npx ts-node importTrello.ts -i <path-to-trello.json> -o archive.boardarchive
(also from withinfocalboard/import/trello
) - In Focalboard, click
Settings
, thenImport archive
and selectarchive.boardarchive
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.