Exports issues from Github Issues directly to JIRA Cloud projects. Uses OAuth authentication (Github token) to retrieve issues from a Github repository that username has access to. Supports Github API v3.
Forked from: unbracketed/export_repo_issues_to_csv.py
- Python 2.7
- Valid Github token with
read:org
andrepo
permissions
How to generate Github tokens
python export-gh-issues-to-jira-with-comments.py <organisation name or username>/<repo name>
e.g.
python export-gh-issues-to-jira-with-comments.py kassyuz/this-repo
For all OPENED issues:
- All opened issue will be imported
- The label
no-jira
will exclude these/those particular issues from the migration
For all CLOSED issues:
- By default all closed issues will NOT be imported
- If you want to import a closed issues, it must be labeled with
jira
Label