Reputation: 63972
With GitHub organization I can see all issues in one place
URL example https://github.com/organizations/Nodeclipse/dashboard/issues
How to move issue within GitHub organization?
Related:
General approach: GitHub-2-GitHub issues import
How do I move an issue on github to another repo?
Upvotes: 2
Views: 1741
Reputation: 975
I've created a Chrome Extension called Kamino that will clone issues from one repository to another. It will also close the original issue. It will also eventually be available for MS Edge. Granted, this will only move one issue at a time but should be useful to you.
https://chrome.google.com/webstore/detail/kamino/ffdebockfdjileaojbbccofhgncmioaf?hl=en-US
Upvotes: 2
Reputation: 4289
If you want to move all issues from one org into another (which is exactly my use case) then GitHub transfer is a good option
See this Issue for the how to https://github.com/fluentsharp/FluentSharp/issues/80
Upvotes: 0
Reputation: 4319
there is no official way to do it.
but, there are some scripts that will read in issues and recreate them in another repo, like this one: https://github.com/collective/collective.developermanual/blob/master/gh-issues-import.py
but in our org, we just close the issue (with a moved message) and manually recreate it.
Upvotes: 5