Gitea: Migrate issues and wikis options when migrating from github

Created on 26 Dec 2016  路  10Comments  路  Source: go-gitea/gitea

On migrate UI, we could provide checkboxes to issues and wikis when the clone URL is a github URL and after that be checked. wikis and issues will both be migrated when codes migrated.

kinenhancement kinfeature kinproposal

Most helpful comment

Here is a project that works with Gitea API: https://git.jonasfranz.software/JonasFranzDEV/gitea-github-migrator

All 10 comments

I think Bitbucket and GitLab support would also be great, if that's possible.

If there are APIs, I think it's yes.

Importing issues and merge requests from GitLab will be a PITA since they have separate indexes. Meaning we'll get collisions everywhere...

Here's a script that does this: https://lolg.it/herby/gh2gogs

I'm pretty desperate for a way to migrate issues from Github to Gitea. I'd donate or pay a bounty for the feature.

I checked into herby/gh2gogs, but it wasn't clear to me how to use that library.

@ryanburnette You can get an export tarball somewhere from github. If I remember correctly you also get that through the Github API. The script (which needs to be run with nodejs) just goes through the tarball and uses the Gogs API to create all the issues and pullrequests. I'd much rather write something that adds this directly to the DB. Should be quite easy, really.

Here is a project that works with Gitea API: https://git.jonasfranz.software/JonasFranzDEV/gitea-github-migrator

Any news on issue migration from gitlab? Some ideas?

Closed by #6290 in v1.9. @techknowlogick

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lunny picture lunny  路  3Comments

jorise7 picture jorise7  路  3Comments

cookiengineer picture cookiengineer  路  3Comments

flozz picture flozz  路  3Comments

tuxfanou picture tuxfanou  路  3Comments