You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-11-06 09:19:31 +02:00
730 B
730 B
Asana importer
This node app converts an Asana json archive into a Focalboard archive. To use:
- From the Asana Board Menu (dropdown next to board title), select
Export / Print, andJSON - Save it locally, e.g. to
asana.json - Run
npm installfrom withinfocalboard/webapp - Run
npm installfrom withinfocalboard/import/asana - Run
npx ts-node importAsana.ts -i <asana.json> -o archive.focalboard - In Focalboard, click
Settings, thenImport archiveand selectarchive.focalboard
Import scope
Currently, the script imports all cards from a single board, including their section (column) membership, names, and notes. Contribute code to expand this.