Enabling PR decorations(extensions page of Azure Devops) for multiple users

Hi Team,

I would like to know if it is possible to use multiple tokens to view PR decorations in Azure DevOps. In our organization, we use a single administrative user to perform quality checks, while project users only need to view the quality results.

Is there any configuration that would allow multiple users to view PR decorations on the Extensions page in Azure DevOps?

Kind Regards

Renjini.

Hey @renjini.kamala

You shouldn’t need tokens to view anything in Azure DevOps. If the user has access to see build results and the PR… what are they missing?

Hi Colin,

I was referring to the Sonar analysis being displayed in the Extensions section of the pipeline, as shown below. I believe we need to configure a token under General Settings → Pull Requests in SonarCloud for the project to activate this.

Kind Regards,

Renjini.

Nope! You just need to add the Publish Quality Gate Result task to your build.

  - task: SonarCloudPublish@3
      displayName: 'Code Analysis - Publish QG'
      inputs:
        pollingTimeoutSec: '300'