Scott Bishel 213e976cb5
update import dependencies (#1180)
Co-authored-by: Harshil Sharma <harshilsharma63@gmail.com>
2021-09-14 11:52:12 -06:00
..
2021-02-22 10:57:55 -08:00
2021-02-17 15:55:59 -08:00
2021-02-17 15:55:59 -08:00
2021-02-17 15:55:59 -08:00
2021-05-13 16:17:07 -06:00
2021-04-13 14:35:50 -07:00
2021-02-17 12:03:45 -08:00
2021-02-17 15:55:59 -08:00

Asana importer

This node app converts an Asana json archive into a Focalboard archive. To use:

  1. From the Asana Board Menu, select Export / Print, and JSON
  2. Save it locally, e.g. to asana.json
  3. Run npm install from within focalboard/webapp
  4. Run npm install from within focalboard/import/asana
  5. Run npx ts-node importAsana.ts -i <asana.json> -o archive.focalboard
  6. In Focalboard, click Settings, then Import archive and select archive.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.