-
Notifications
You must be signed in to change notification settings - Fork 65
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
BitBucket teams support #41
Comments
@FeodorFitsner interesting. I take it this would mean that those people that are added as team members in BitBucket, would automatically have access to the project in AppVeyor? If so, nice idea! Can the same thing happen with GitHub collaborators? |
Yes, this is it though you'd have to explicitly map BB team to appropriate Role in AppVeyor. It's already done for GitHub teams (not collaborators). |
Ah, so that might be the distinction. Is GitHub teams only available in the premium version of GitHub? |
Nope, you just need to create an organization (which is allowed for public repos too). Teams "live" inside organization. |
Interesting! Thanks for the heads up. Getting slightly offtrack here, sorry to de-rail your issue, but is there documentation for setting this up from an AppVeyor standpoint then? |
It's pretty straightforward - just go to "Team" page in AppVeyor and there is a button "Add/remove GitHub teams". Next time you sign in with GitHub button you'll be added as collaborator with selected role, provided you are the member of GitHub team. Should add a new KB perhaps... |
I think that would be a great addition! In fact, I think I might be trying this out soon, so I can "hopefully" get this added in. |
That would be awesome ;) |
Sweet! Looking forward to checking it out! |
Will it be possible to access only repositories created by teams? As of now my company has access to my personal private BitBucket repositories. |
We are thinking about accessing shared repos through teams only. |
I think shared repos through teams would be great. Any ideas on when this would be likely to be scheduled in? |
We recently moved to BitBucket from GitHub (better pricing model for us). We'd love it if this were implemented so we didnt have to explicitly define accounts in multiple places. |
We would also be interested in this feature. |
+1 |
1 similar comment
+1 |
To get the list of team the user can administer:
https://bitbucket.org/api/1.0/user/privileges
To get the details of specific group:
https://bitbucket.org/api/2.0/teams/{group_name}
The text was updated successfully, but these errors were encountered: