Skip to content

Instantly share code, notes, and snippets.

View ardityawahyu's full-sized avatar

Arditya Wahyu Nugroho ardityawahyu

  • Jakarta, Indonesia
View GitHub Profile
@ardityawahyu
ardityawahyu / README.md
Created February 8, 2026 11:28
Jira to Github Project

Jira -> GitHub Project Migration

Simple script to migrate Jira issues (by JQL) into a GitHub repo and add them to a GitHub Project (Projects V2).

What it does

  • 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