Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Import repository from Bitbucket Server #1629

Open
lilyyanglt opened this issue Jan 17, 2023 · 1 comment
Open

Feature Request: Import repository from Bitbucket Server #1629

lilyyanglt opened this issue Jan 17, 2023 · 1 comment

Comments

@lilyyanglt
Copy link

According to the Gitlab Docs, there's an api that allows you to import bitbucket repositories to gitlab: https://docs.gitlab.com/ee/api/import.html#import-repository-from-bitbucket-server
But I don't believe I see this api implemented in this amazing repo, so I am hoping to create a ticket as a new feature for this repo.
I have just started my software development journey. Perhaps I can add this api to the source code?

I've tried the using the git.ProjectImportExport.ImportFromFile() by archiving the bitbucket repository and then using this api to import the project, but the project import fails using this method, and so it would be really helpful to be able to have this api.

Thank you!

@svanharmelen
Copy link
Member

Sure, feel free to take a stab at it 👍🏻 Please do make sure you first look at the style and patterns used in other places in the package and try to use the same style/patterns when possible. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants