Reads XLS files exported by JIRA Tempo and imports them to MOCO.
yarn install
to get all dependencies- copy
config.sample.js
toconfig.js
and fill in your MOCO Api Key, your project and your task id. ATTENTION The format changed to JS Module. - Build with
node build.mjs
- start with
node dist/index.js [filename.xls]