SonarQube Enterprise Edition v2025.4.4 (119049)
We customized the severity of a rule (java:S1192) for a quality profile. (High –> Low)
When we look into SonarQube Web UI this work´s as expected.
Our Jenkins-build also passed.
But when we look into the Bitbucket Server - PR (via PR decoration) it is shown as High and we are not allowed to merge. (Because everything medium or higher needs to be fixed as defined by our Quality Gate.)
So from my Point of View SonarQube does not recognize rule severity customization during generating the data for (Bitbucket?) PR decoration.

