Skip to content
Discussion options

You must be logged in to vote

GitHub does not allow the direct transfer of individual projects from one org to another. You have to create a copy in the new org or use the GitHub CLI to move the project from the old org to the new org.
Go to the project in the old org > Settings > Copy Project (owner: new org). You have to manually move the tasks and links, as this is not done automatically and some fields may not be copied correctly.

For the advanced version: You have to install the gh-migrate-project extension and use the GitHub CLI to migrate the project: gh migrate-project --source-owner OLD_ORG --target-owner NEW_ORG --project-number PROJECT_NUM Linking to the Repo after copying the project, you have to manually …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by viktorpopp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects Plan and track your project's progress using boards and tables General General topics and discussions that don't fit into other categories, but are related to GitHub
2 participants