focalboard/import/asana
2022-03-31 22:02:33 -04:00
..
.vscode Importer .vscode settings 2021-02-22 10:57:55 -08:00
.eslintrc.json
.gitignore
asana.ts
importAsana.ts fixed asana import 2022-03-31 22:02:33 -04:00
package-lock.json Bump minimist from 1.2.5 to 1.2.6 in /import/asana (#2610) 2022-03-23 19:46:32 -06:00
package.json Bump minimist from 1.2.5 to 1.2.6 in /import/asana (#2610) 2022-03-23 19:46:32 -06:00
README.md GH-Pages: Move contributors guide to GitHub (#2298) 2022-02-09 08:17:46 -08:00
tsconfig.json
utils.ts

Asana importer

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

  1. From the Asana Board Menu (dropdown next to board title), 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.