I’m currently facing an issue while trying to set up Pull Request analysis in SonarCloud using Azure DevOps under the Free Tier (private projects only).
I’ve followed the documentation for integrating pull request decoration and analysis, but the setup does not seem to work as expected. The analysis either fails to trigger, or it runs but does not decorate the PR with results. I have verified that:
- The project is private .
- The Azure DevOps organization is correctly linked with SonarCloud.
- The PR is coming from the same repository.
- The
sonar.pullrequest.key,sonar.pullrequest.branch, andsonar.pullrequest.baseare correctly passed in the pipeline.
I suspect this might be a limitation or a misconfiguration with the Free Tier, but the documentation is not very clear on whether all pull request analysis features are supported with Azure DevOps free tier plans.
Can someone from the community or the Sonar team confirm:
- Is PR analysis and decoration supported on the free plan with Azure DevOps?
- If so, are there any additional configurations or permissions required to make it work?
PR not trigger Automatic skip All stage

