Re-assign issues and comments after migration #676
Open
opened 1 week ago by Natureshadow
·
1 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
When migrating a repository from GitLab, all issues and comments carry the original GitLab username as owners (thankfully, they are not wrongly linked to the respective Codeberg users ;)).
Is there some mechanism to re-assign them to project members, so they show up correctly/ For example, I am user
nik
on EduGit.org, andNatureshadow
here, and I want the issues I opened on EduGit before the migration to be linked to my account here.Until now, this only works with official GitHub and GitLab servers, not self-hosted instances. I think the issue is that we'd need to add every service as OAuth provider for account linking with verification, and Gitea doesn't yet support other than the two mentioned providers to be used for account linking AFAIK.