import/jira/README.md
This node app converts a Jira xml export into a Focalboard archive. To use:
Export, then Export XMLjira_export.xmlnpm install from within focalboard/webappnpm install from within focalboard/import/jiranpx ts-node importJira.ts -i <path-to-jira.xml> -o archive.boardarchive (also from within focalboard/import/jira)Settings, then Import archive and select archive.boardarchiveCurrently, the script imports each item as a card into a single board. Note that Jira XML export is limited to 1000 issues at a time.
Users are imported as Select properties, with the name of the user.
The following aren't currently imported:
Contribute code to expand this.