Import from gitea contains no coments

Hello,

I have a selfhosted Gitea Docker-container and want to migrate to Gitlab. The Import from gitea ends green and works fine. I’m only missing the comments of the merge request, the comments of the issues and the attached images in issues in Gitlab after import.

It is possible import gitea-projekts in Gitlab with all comments?

after I have added

[api] ENABLE_SWAGGER = true MAX_RESPONSE_ITEMS = 5000 DEFAULT_PAGING_NUM = 3000 DEFAULT_GIT_TREES_PER_PAGE =5000 DEFAULT_MAX_BLOB_SIZE = 204857600
in the gitea config it works fine.

1 Like

Thanks for sharing your solution :slight_smile: