Adding Team management feature

Issue #11 new
Joel Handwell created an issue

How about adding following features?

  • create / rename / delete a team (ex: bb team create teamname, bb team rename teamname)

  • add / remove team member (ex: bb team add username, bb team remove username)

Comments (3)

  1. Philipp Buluschek

    More importantly (as more frequent), create repository as belonging to a team. Maybe like:

    bb create --username <your-user-name> --public --protocol ssh <team-name>:<new-repo-name>

  2. Miloš Kroulík

    I just wanted to support Philipp's idea. It's essential for me, as I'm using Bitbucket for tem work only. Perhaps it would be better to create a new issue from this use case?

  3. Howard Mao repo owner

    Sorry for taking so long to respond to this one. Philipp's requested functionality should already be possible using the --owner option.

  4. Log in to comment