GithubOrganizer icon indicating copy to clipboard operation
GithubOrganizer copied to clipboard

Add support for nested teams

Open RCheesley opened this issue 3 years ago • 3 comments

Hi folks!

Love this tool and we are planning to use it with https://github.com/mautic.

One thing that was not clear to me was how to work with setting nested teams at the org level. Is that possible to do currently?

For example we have

  • Product Team

    • Core Team
      • Security Team
  • Community Team

    • Website maintainers

Thanks in advance!

RCheesley avatar Apr 24 '21 11:04 RCheesley

Right now you'd have to define each of those teams separately- there isn't any nesting supporting.

tedivm avatar Apr 24 '21 16:04 tedivm

OK thanks for clarifying - I think that will mean we have to manage the teams outside of the org manager for the time being at least as it would result in a lot of duplication to have to list out each team (we inherit permissions quite a bit).

Thanks for getting back to me so quickly!

RCheesley avatar Apr 24 '21 16:04 RCheesley

According to the info here: https://docs.github.com/en/rest/reference/teams#create-a-team this would require adding the parent_team_id in order to nest a team within another.

RCheesley avatar Jul 08 '21 13:07 RCheesley