Skip to content

dave0/gcode-issue-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

gcode-issue-import - Import issues from Google Code into Github's issue tracker

SYNOPSIS

gcode-issue-import \
    --from your_googlecode_projectname \
    --to   owner/githubreponame

DESCRIPTION

This script aims to pull as much data as possible from Google Code's issue tracker and insert it into Github's issue tracker.

This should be considered ALPHA-QUALITY CODE . Do not (yet) run it targeting a Github issue tracker that contains data you care about, or you may spend days manually deleting ugly tickets.

OPTIONS

--from <google code project name>

The project name of your Google Code project. Mandatory.

--to <github user/repository>

The target Github repository, in user/repositoryname format. Mandatory.

--github-login <username>

Your Github login name. Optional. If not provided, value will be pulled from your git configuration with `git config`

--github-token <api token>

Your Github API token. Optional. If not provided, value will be pulled from your git configuration with `git config`

--start-index <integer>

Google Code issue ID to start at. Optional. If not provided, defaults to 1.

--help

Short-form help

--man

Full manpage

SEE ALSO

AUTHORS

Dave O'Neill <dmo@dmo.ca>

Based on google-code-to-github-issues.pl by Tatsuhiko Miyagawa (http://remediecode.org/2009/04/moved-issues-to-github.html)

LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

About

Import issues from Google Code into Github's issue tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages