mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-23 18:34:02 +02:00
eb0955b93a
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.focalboard
(also from withinfocalboard/import/trello
) - In Focalboard, click
Settings
, thenImport archive
and 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.