Hello Team,
we created our organization with bitbucket.
We are using sonarcloud and trying to configure it and looking for suggestions on it. We have different development teams, each team will have many repositories (one for each service) and each repository will be created as one project in sonar cloud.
I would like to somehow group all the projects of each team and want to link them with the their group permission
for example -
we have a mobile team and they have 10 repositories - each repository will create one project in sonar-cloud to analyze
I created a permission - group “mobile” for mobile team in sonar cloud and that group got all mobile developers as members
now I want all members in “mobile group” should only see the projects which starts with a string “mob” in their project name
Is there any way I can achieve this with property tags ?