Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Transferring an issue to another repository https://docs.github.com/en/issues/tracking-your-work-with-issues/administering-issues/transferring-an-issue-to-another-repository?tool=cli

You can only transfer issues between repositories owned by the same user or organization account. A private repository issue cannot be transferred to a public repository.

There are a few ways to circumstance the limitation.

  1. You write you own command-line application to read an issue and open a new one in another repository.

  2. You can create intermediate GitHub repository. Let’s says that you want transfer issues from a private repository entity1/repo1 to a public repository entity2/repo2.