mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-27 08:31:20 +02:00
42ddbbdd69
* chore: update docs URL for import/export/migrate * chore: reference `.boardarchive` in import scripts & READMEs |
||
---|---|---|
.. | ||
.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.boardarchive
- In Focalboard, click
Settings
, thenImport archive
and selectarchive.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.