Move a Project Between Organizations #133
bmertens-datum
started this conversation in
Feature Requests
Replies: 0 comments
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.
-
Proposal: Allow admins and owners to move a project between organizations
Right now, once a project is created, it’s stuck in the organization where it originated. If an org gets restructured, renamed, merged, or split, there’s no good way to reassign a project without doing a bunch of manual work or recreating it from scratch.
A few teams have asked for a cleaner, supported way to move a project from one organization to another. This discussion is to scope what that could look like and surface any concerns.
Why this matters
A move operation would save a lot of overhead and reduce support cases.
Who should be able to do this?
The proposal is that organization owners and admins should be allowed to move a project between organizations they have rights in.
We’d audit every move so it’s clear who moved what, when, and from/to which org.
What the move should include
If we support this, a move would ideally carry over:
After the move, the project should inherit the target org’s org-level settings and policies.
Things we need to figure out
There are a few open questions worth discussing:
Failure / rollback
If validation fails, we should block the move with clear errors.
If the actual move fails partway through, we should roll back cleanly to the original organization to avoid leaving a project in a broken state.
What success looks like
Feedback welcome
Are there edge cases we’ve missed?
Any concerns about RBAC, billing, or specific resource types?
Should this be exposed via UI, API, or both?
Would love input from anyone who has tried to reorganize projects manually or run into pain here.
Beta Was this translation helpful? Give feedback.
All reactions