1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-27 08:31:20 +02:00
focalboard/import/asana
Paul Esch-Laurent 42ddbbdd69
Update URL to docs page for migrating and reference .boardarchive (#4043)
* chore: update docs URL for import/export/migrate

* chore: reference `.boardarchive` in import scripts & READMEs
2022-10-19 13:33:06 -06:00
..
.vscode Importer .vscode settings 2021-02-22 10:57:55 -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 Update URL to docs page for migrating and reference .boardarchive (#4043) 2022-10-19 13:33:06 -06: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 Update URL to docs page for migrating and reference .boardarchive (#4043) 2022-10-19 13:33:06 -06:00
tsconfig.json Asana importer 2021-02-17 12:03:45 -08:00
utils.ts Update import examples 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 (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.boardarchive
  6. In Focalboard, click Settings, then Import archive and select archive.boardarchive

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.