Hi Colin. Thanks for the guide. Yes, was the first I did, I regenerated the personal access token and the organization token and update it in the Azure DevOps settings.
There is some api or tool where can I verify is getting the right ones?
I’ve had this exact scenario happen over the last few days… Projects that were reporting successfully suddenly just stopped…. I would appreciate being a part of this troubleshooting effort as well. Difference being we’re using Sonarqube Server..
Could someone from SonarCloud clarify is this token is needed?
Because I found in different places different tokens, one documentation says about Organization token, same as PAT, other said specific project token, like this:
And other guides, says SONAR_TOKEN used for environment variables for use as Other configuration.
I have a problem between SonarCloud and Azure DevOps, not Azure DevOps to –> SonarCloud.
For some reason, the SonarCloud is not reaching the PR and didn’t decorate it, however I can see the analysis in the extensions of the pipeline and also in SonarCloud.
Seems the token is mandatory write code permissions for the Pull Requests section in Azure DevOps, after that, is working again. Could someone clarify the difference between PAT TOKEN at project level, and Organization Token level? Can be reused for all the projects?
**Scoped Organization Tokens
**
Can it be used for Pull request decorator?
The PAT token at the project level simply overrides the organization token. It is legacy that the project-level token exists at all, but it is hard to remove something once it’s added.
SOTs are SonarQube Cloud tokens, while what you’re talking about is an Azure DevOps Token.
Regarding the PAT and tokens, there is some way to reuse same PAT for the communication between Sonar and Azure DevOps, which the PAT can be reusable by all the projects below same organization using same token?