Skip to content

Export Issues from Github repo to CSV (API v3) using Github Token

Notifications You must be signed in to change notification settings

kassyuz/export-gh-issues-to-jira-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Export issues from Github Issues to JIRA Cloud

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.

Fork and based

Forked from: unbracketed/export_repo_issues_to_csv.py

Requeriments

  • Python 2.7
  • Valid Github token with read:org and repo permissions

How to generate Github tokens

Commands

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

Preparing your Github Issues Pre-requirements

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

About

Export Issues from Github repo to CSV (API v3) using Github Token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages