focalboard/import/asana/README.md

14 lines
713 B
Markdown
Raw Normal View History

2021-02-16 20:34:58 +01:00
# Asana importer
2021-04-13 23:35:50 +02:00
This node app converts an Asana json archive into a Focalboard archive. To use:
2021-02-17 21:03:45 +01:00
1. From the Asana Board Menu, select `Export / Print`, and `JSON`
2. Save it locally, e.g. to `asana.json`
2021-04-13 23:35:50 +02:00
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`
2021-02-16 20:34:58 +01:00
2021-02-17 21:03:45 +01:00
## Import scope
Currently, the script imports all cards from a single board, including their section (column) membership, names, and notes. [Contribute code](https://www.focalboard.com/contribute/getting-started/) to expand this.