Skip to content

Instantly share code, notes, and snippets.

@davidklaw
davidklaw / jira-migration.py
Created September 2, 2017 04:17 — forked from paltman/jira-migration.py
JIRA to ZenHub Migration Script
"""
1. Create a new repo and setup your pipeline to match JIRA
2. Edit the constants to suit your needs
3. Run `source jira.env`
4. Run `python jira-migration.py`
"""
import os
import requests