Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.
/ github-to-jira Public archive

A script to dump a CSV file from Github suitable for importing into JIRA

Notifications You must be signed in to change notification settings

cnorthwood/github-to-jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Github-to-JIRA
--------------

This script will use the Github API to get a dump of all of the issues in a
Github repository, and then put that in a CSV file which you can then use to
import into JIRA.

When doing the inport in JIRA, map the columns like so:

 * Title: Summary
 * Body: Description
 * Created At: Creation Time
 * State: Status (and then tick 'Map this type')
 * Comments X: Comment Body

Date format: yyyy/MM/dd HH:mm

Run it like so:

 ./github_to_jira.py user/repository issues.csv

About

A script to dump a CSV file from Github suitable for importing into JIRA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages