Transfer issue from private to public repository? #21979
-
|
We have a couple of issues in a private repository on an organisation that we’d like to move to a public repository on the same organisation. The Transfer Issue dialog does however only show other private repositories. Is this intentional? I do understand that there’s risk involved in moving something from a private to a public repo, but I still believe it should be possible. Is there any way to move an issue thaty I’m not aware of? |
Beta Was this translation helpful? Give feedback.
Replies: 22 comments 6 replies
-
|
Hi @britzl, As documented on https://help.github.com/en/articles/transferring-an-issue-to-another-repository, it is not possible to transfer an issue from a private repository to a public one. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @seveas! I can’t believe I overlooked that sentence. Still, I think it should be allowed, with a security warning/confirmation instead of not allowing it at all. |
Beta Was this translation helpful? Give feedback.
-
|
Can’t say I disagree, seems like a useful feature. Maybe contact support with a feature request :slight_smile: |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 It should be allowed with just a warning. The alternative right now is to loose the entire history of the issue and create one in the public repo from scratch. Doesn’t make any sense. |
Beta Was this translation helpful? Give feedback.
-
|
+1 Currently working with a private repo that was used for issue tracking, with many bits being migrated to public repos to improve collaboration and decentralization. Managed to take the hint after attempting to transfer the issue via gh cli. |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 To provide a seamless way of moving issues around, if/when needed. |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 I agree, my organization would also need this feature. |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
Still not possible after 4 years of this being open? 😆 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
Would love to see this. |
Beta Was this translation helpful? Give feedback.
-
|
+1 still not avaliable |
Beta Was this translation helpful? Give feedback.
-
|
I honestly don't understand why this is not a thing already. GitHub openly promotes making separate public issue repos for private repos that the public can't access because the ability to have public issues in a private repo is still not an option, and yet this is clearly a major block on that "feature" they advertise. I agree with the other users here. Having an option with a warning would be more than sufficient. Especially when this is a much-needed workaround to the request for public issues in private repos, which has had its request on GitHub sitting in limbo for years. |
Beta Was this translation helpful? Give feedback.
-
|
Same here, we'd really need that option. For now I have to rely on an action that ends up creating a temporary repository, which ends up being quite tedious and error prone: https://github.com/Fgerthoffert/actions-transfer-issue On the other hand, a simple API parameter such as "enablePublicRepoTransfer: true" in the transferIssue mutation would greatly simplify the job while forcing the user/developer to make a clear decision to perform such a transfer. |
Beta Was this translation helpful? Give feedback.
-
|
The omission of this feature is very silly -- the fact that it is possible to accomplish my goals as a user via a convoluted "transfer repo" makes this restriction particularly pointless. Just allow this as a primary feature and provide a warning. |
Beta Was this translation helpful? Give feedback.
Hi @britzl,
As documented on https://help.github.com/en/articles/transferring-an-issue-to-another-repository, it is not possible to transfer an issue from a private repository to a public one.