-
Notifications
You must be signed in to change notification settings - Fork 147
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
Add group privileges (for bitbucket v1.0) #136
base: master
Are you sure you want to change the base?
Conversation
The go-bitbucket will not support bitbucket v1. https://github.com/ktrysmt/go-bitbucket#support-bitbucket-api-v10- Though operation codes about "ApiBaseURL" looks good, would you split the codes to |
Especially the "group-privileges" endpoint is an important feature and I think this libary should support all cases for Bitbucket Cloud. When it is available in v2, i will change it. |
That's sounds good. I understood. @cgroschupp |
@ktrysmt rebase is done |
@ktrysmt any thoughts on getting this merged in? I think it will be pretty useful to have, plus I'll happily add support for groups themselves I know they are deprecated v1.0 APIs but given how they were deprecated in 2018, and we're close to 2022, I don't think it's a priority for Atlassian to give us v2.0 equivalent APIs 😢 |
The group-privileges endpoints live in the deprecated Bitbucket Cloud REST API version 1.
But there is no equivalent endpoint in 2.0, see more details on:
https://support.atlassian.com/bitbucket-cloud/docs/group-privileges-endpoint/