.. | ||
.vscode | ||
.eslintrc.json | ||
.gitignore | ||
asana.ts | ||
importAsana.ts | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
utils.ts |
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 install
from withinfocalboard/webapp
- Run
npm install
from withinfocalboard/import/asana
- Run
npx ts-node importAsana.ts -i <asana.json> -o archive.focalboard
- In Focalboard, click
Settings
, thenImport archive
and 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.