-
Notifications
You must be signed in to change notification settings - Fork 18
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
Is it possible to use with Bitbucket cloud? #191
Comments
Hey @UrosCvijan |
I don't have any experience with Bitbucket cloud, but I found some hints:
from atlassian.bitbucket import Cloud
bitbucket = Cloud(
username=bitbucket_email,
password=bitbucket_password,
cloud=True) We're currently using the
Please let us know if hint 1 worked 😉 |
Hi @christiansiegel , I will try. I think i even tried all the combinations but constantly was getting like permission denied error, if i have access or check if the repository exist. It was something like that. Thank you for the great tool btw.. . |
Hi @UrosCvijan , I played around with it: With the Bitbucket
I started on branch feat/bitbucket-cloud. I marked all the remaining |
Is this posssible to work with bitbucket cloud? As I keep getting 403, like either my repository is not present or I don't have permissions, but I think I should be doing everything right.
So thinking as lot of thing are available for bitbucket server but not cloud, maybe this is the same?
Thanks
The text was updated successfully, but these errors were encountered: