Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/semestry/jira-to-github
A simple converter from JIRA to GitHub issues
https://github.com/semestry/jira-to-github
Last synced: 6 days ago
JSON representation
A simple converter from JIRA to GitHub issues
- Host: GitHub
- URL: https://github.com/semestry/jira-to-github
- Owner: semestry
- Created: 2013-02-17T18:28:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-17T14:58:02.000Z (over 8 years ago)
- Last Synced: 2024-03-26T21:47:21.677Z (8 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 6
- Watchers: 9
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JIRA to GitHub issues converter
===============================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).
Usage
-----1. Clone this repo.
2. Install node.js/npm.
3. `npm install github jira`
4. Edit config.js, it includes the JQL query used to find the issues to import.
5. Edit jira-to-github.js to fix the status/component/label mapping.
6. `node jira-to-github.js`