gitconsensus / GithubOrganizer

Github App for making Organizations easier to manage
https://organizer.gitconsensus.com/
MIT License
36 stars 11 forks source link

Add support for nested teams #7

Open RCheesley opened 3 years ago

RCheesley commented 3 years ago

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

Thanks in advance!

tedivm commented 3 years ago

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

RCheesley commented 3 years ago

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 commented 3 years ago

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.