I have created a Python module to interact with Bitbucket. This module consists of all the curl commands in official Bitbucket REST API for Data Center instances.
On that module, I built an application capable of transferring all the, projects, users, groups with repositories; as it is in the source Bitbucket instance. This project is open-source and publicly available on Github.
Can I share this Python module in official pages and my project in Atlassian Marketplace (with Java version)? Are there any legal issue?
Hi @Ahmet Kasım Welcome to the Community! I'll start at a high level, in terms of a great place to start. Information about submitting a DC app to the Marketplace can be found here: https://developer.atlassian.com/platform/marketplace/dc-apps-submitting-your-app/
You cannot just submit a source code repo to be listed in the Atlassian Marketplace. But generally speaking, if you were to build this as a Bitbucket DC app/plugin (see https://developer.atlassian.com/server/bitbucket/how-tos/beginner-guide-to-bitbucket-server-plugin-development/) then you could submit it for review.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.