Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jotweh/IssueRelocate

RZGithubUtils
https://github.com/jotweh/IssueRelocate

Last synced: 8 days ago
JSON representation

RZGithubUtils

Awesome Lists containing this project

README

        

Issue Relocator
=============

This is a fork of https://github.com/Raizlabs/RZGithubUtils

In addition to the original script, this fork provides also a simple issue copy script to copy a single issue from one repository to another.
* Usage:

python gh-issue-import-simple.py

* Supports private repositories as well
* Will display the issue in json format and ask you to confirm before copying
* Copies labels and milestones as well
* It does **not** copy the issue comments
* Instead, it is closing the issue in the source repository and adding a referencing comment to the old issue.