Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 405 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 405 Bytes

JIRA 2 MOCO

Screenshot

Reads XLS files exported by JIRA Tempo and imports them to MOCO.

Usage

  1. yarn install to get all dependencies
  2. copy config.sample.js to config.js and fill in your MOCO Api Key, your project and your task id. ATTENTION The format changed to JS Module.
  3. Build with node build.mjs
  4. start with node dist/index.js [filename.xls]