Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I move an issue on github to another repo?

Tags:

github

It happens every now and then. Some library depends on another and a user opens an issue that belongs to the wrong repo. Can I move the issue to the other repo?

You could argue that the issue could be seen as being both repos' issue because one depends on the other and as long as one doesn't work properly both don't. But I'd rather talk about solutions to the issue in the repo it belongs in.

like image 828
fent Avatar asked Mar 15 '12 13:03

fent


2 Answers

No, officialy you can't move issues between repositories.

There is a hack though, github-issues-import, kind of a plugin, to import issues from a repository to another.

like image 189
Daniel Ribeiro Avatar answered Sep 23 '22 07:09

Daniel Ribeiro


See the GitHub docs on transferring issues.

Transferring an open issue to another repository

On GitHub, navigate to the main page of the repository.

Under your repository name, click Issues.

In the list of issues, click the issue you'd like to transfer.

In the right sidebar, click Transfer this issue.

like image 30
Matthew McCullough Avatar answered Sep 20 '22 07:09

Matthew McCullough