Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jotweh/IssueRelocate
RZGithubUtils
https://github.com/jotweh/IssueRelocate
Last synced: 8 days ago
JSON representation
RZGithubUtils
- Host: GitHub
- URL: https://github.com/jotweh/IssueRelocate
- Owner: jotweh
- Created: 2013-08-08T10:41:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-23T14:36:46.000Z (almost 11 years ago)
- Last Synced: 2024-08-14T07:10:02.317Z (4 months ago)
- Language: Python
- Size: 123 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - jotweh/IssueRelocate - RZGithubUtils (Python)
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.