I am experiencing an issue where pull request (PR) decoration and comments are not appearing in Azure DevOps, even though the setup appears to be correct. Here are the details:
The Azure DevOps repository is linked to the SonarCloud project.
The project has PR decoration enabled with Azure DevOps as the provider.
A Personal Access Token (PAT) with the required scopes (Code and Pull Requests) is configured and used in the pipeline.
PR triggers are correctly defined in our YAML pipeline (pr.branches.include).
The sonar.projectKey, sonar.organization, and sonar.login are properly set via sonar-project.propertiesor extraProperties.
The PR analysis runs successfully, and results show up in SonarCloud — but the decoration is not posted back to the Azure DevOps PR.
Can you please help investigate why PR decoration is not working?
This is an open community with people volunteering their free time to provide assistance. We’re eager to contribute to the community, but you are not guaranteed a fast response.
@name mentioning is when you type someone’s username with an @ preceding it. Doing this sends a notification to the user. Depending on their settings, it may also send them an email message.
In general, it is considered bad form to @name mention someone not already engaged in the conversation. Please don’t do it.
Regarding your question, are you missing PR decoration across your organization or only for one or two projects?