This is a tiny, simple, hacky node.js Jira to GitHub issues converter. It uses the GitHub REST API v3 and the JIRA REST API v2, and the github
and jira
node modules. It does not import comments, owner, assignment, and a lot of other stuff, but can serve as a starting point for anyone moving to GitHub issues (yeah, I know, JIRA is much better, but we're cheap and don't need all the bells and whistles).
- Clone this repo.
- Install node.js/npm.
npm install github jira
- Edit config.js, it includes the JQL query used to find the issues to import.
- Edit jira-to-github.js to fix the status/component/label mapping.
node jira-to-github.js