focalboard/import/asana
2021-02-22 10:54:41 -08:00
..
.eslintrc.json Update import examples 2021-02-17 15:55:59 -08:00
.gitignore Update import examples 2021-02-17 15:55:59 -08:00
asana.ts Update import examples 2021-02-17 15:55:59 -08:00
importAsana.ts Cycle import property colors 2021-02-22 10:54:41 -08:00
package-lock.json
package.json Update import examples 2021-02-17 15:55:59 -08:00
README.md
tsconfig.json
utils.ts Update import examples 2021-02-17 15:55:59 -08:00

Asana importer

This node app converts a Trello 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
  4. Run npx ts-node importAsana.ts -i <asana.json> -o archive.focalboard
  5. 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.