Simple script to migrate Jira issues (by JQL) into a GitHub repo and add them to a GitHub Project (Projects V2).
- Pulls Jira issues matching the JQL in
migrate_jira_to_github.py - Creates GitHub issues (by Jira key in title)
- Adds each issue to Project set in
GITHUB_PROJECT_NUMBER - Sets GitHub parent issue when the Jira Epic is mapped via
PARENT_MAP