sociomantic-tsunami / git-hub

Git command line interface to GitHub
GNU General Public License v3.0
127 stars 45 forks source link

Add capabilities for issue / pull request copying #25

Open mihails-strasuns-sociomantic opened 11 years ago

mihails-strasuns-sociomantic commented 11 years ago

Generic functionality for issue cloning will be useful for transferring stuff between different repositories. As Github does not provide the means to relocate the issue (as well as change some fields), it can be emulated via copying + closing the old one + leaving the reference in the old one.

One particular usage scenario that will be enabled is changing the base branch for the pull request while preserving all other attached information.

Exact cloning capability may be limited by GitHub API but should be doable at least in some way.

leandro-lucarella-sociomantic commented 10 years ago

This might help in the meantime: http://userscripts.org/scripts/show/146145 ;)

gavin-norman-sociomantic commented 10 years ago

This might help in the meantime: http://userscripts.org/scripts/show/146145 ;)

I installed this greasemonkey plugin, but can't find the cut & paste buttons it purports to create anywhere!

leandro-lucarella-sociomantic commented 10 years ago

Yeah, I just got a look at it, is not only outdated, but also extremely simplistic, it just copies the title and description, it doesn't move comments or even set the labels, assignee or milestone.