6a73926554
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
.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 (dropdown next to board title), 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.