Hello
In Azure DevOps, we have a single ADO organization that contains multiple team projects. Each of these team projects hosts several repositories.
Our goal was to map each DevOps team project to a separate Sonar organization, so that each department can manage itself independently within SonarCloud.
The intended mapping was:
-
Sonar organization → Azure DevOps project
-
Sonar project → DevOps repository
To enable Quality Status Checks in pull requests, we need to configure DevOps PATs for each organization. However, Sonar does not seem to support this setup.
Error: DevOps organization ‘XYZ’ is already bound to one of Sonar’s organizations.
Is there any workaround for this issue? Is it possible to bind Azure DevOps at the Sonar enterprise level?
thank you for any advice