So I want to do the following thing:
In my collection global permissions, I want to give every team member with the role "booking.create ", no matter from which team, create permissions. But using team:*/booking.create does not work / it does not find it. How can I do this?
TL;DR
Title: Granting create permissions to all team members with role "booking.create"
Developers are unable to grant permission to all teams at once, only to specific teams. The desired goal is to give every team member with the role "booking.create" create permissions, regardless of their team. Using "team:*/booking.create" may not work.