/jira-to-youtrack-migrate-sprints

simple script to migrate sprints from single board from jira to youtrack

Primary LanguageJavaScript

REQUIREMENTS

  1. npm
  2. node
  3. yes, it has written in fucking js, sorry
  4. you must migrate your tasks from jira and create board in youtrack. The script simply create sprints in Youtrack from Jira and assigns tasks that are already in Youtrack to sprints as they are arranged in Jira

HOW TO USE

  1. See src/config.js
  2. Write props to it
  3. Run npm -i
  4. Run npm run start
  5. edit script main.js or check config.js if any error occurs

PLEASE

if u had some troubles and fixed it, create pull request for fixes