Move Work wizard says "You do not have any projects" despite open user-owned Projects #207119
Unanswered
A1-NWS-Dev1
asked this question in
Other Feature Feedback, Questions, & Ideas
Replies: 1 comment 2 replies
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Other
Body
What are you trying to do?
I am trying to use GitHub's native Move work to an organization workflow to move repositories and GitHub Projects from my personal account to an organization that I own.
I am an Owner of the destination organization. Projects are enabled for the organization, and I can create organization Projects.
GitHub's documentation states:
Documentation:
https://docs.github.com/en/account-and-profile/how-tos/account-management/moving-your-work-to-an-organization
What did you expect to happen?
I expected the Move work to an organization wizard to list my open, user-owned GitHub Projects so that I could select them for transfer to the organization.
The personal account currently owns two open Projects.
What happened instead?
The Move Work wizard correctly detects and lists repositories owned by my personal account.
However, the Projects section displays:
This occurs even though the personal account owns two open GitHub Projects.
Verification
GitHub CLI correctly detects both Projects:
I also verified one of the Projects directly using:
The relevant portion of the response is:
Therefore, GitHub's API/CLI recognizes the Project as an open Project owned by the user account.
Destination organization
I have confirmed that:
Steps to reproduce
Actual result:
Expected result:
The open user-owned Projects should be available for selection, consistent with GitHub's documentation for moving repositories and projects from a personal account to an organization.
Troubleshooting already performed
I have verified that:
The Projects are open.
The Projects are owned by the personal account.
gh project listsuccessfully enumerates them.gh project viewreports the owner type asUser.I am an Owner of the destination organization.
Projects are enabled in the destination organization.
I can create organization Projects.
The Move Work wizard successfully detects personal repositories but reports zero Projects.
I also contacted GitHub Support and received a response from a GitHub Support representative. I was advised that the support resources available for my account are GitHub Community Discussions, Docs, and Skills, and the ticket was closed without investigating why the Move Work wizard fails to detect the open, user-owned Projects that GitHub CLI successfully recognizes.
Related discussion
I found this related Community discussion about moving a personal Project to an organization:
https://github.com/orgs/community/discussions/193246
The Move Work workflow is suggested there, but I have not found a discussion explaining why open user-owned Projects would fail to appear in the Move Work wizard.
Question
Are there additional eligibility requirements for user-owned GitHub Projects to appear in the Move work to an organization wizard?
If not, could this be a bug in the wizard's Project enumeration or eligibility logic?
I would prefer to use GitHub's documented native transfer mechanism rather than copy or reconstruct the existing Projects.


All reactions