mirror of
https://github.com/mattermost/focalboard.git
synced 2026-06-18 19:23:23 +02:00
Asana importer
This node app converts an Asana json archive into a Focalboard archive. To use:
- From the Asana Board Menu, 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.