Using SonarCloud webhook, the current url under the branch section is broken for pull requests and leads nowhere. They are fine when it covers information for main branches.
This recent change from Sonarcloud has left all our chat notification links broken for PR sonar checks. Bcoz, we rely on the “Branch.url” sent in Sonar webhook payload. And that url sent from sonarcloud is broken.
@Claire_Villard can’t really share the problem here since its a UI issue that can’t be shown in an image, but the problem boils down going to the link here: https://sonarcloud.io/project/branches?id=<project_id> .
This takes me to the branches and pull requests page where when I click most PRs shown under master, they just divert me back to the overview page of the project, ie https://sonarcloud.io/dashboard?id=<project_id>