Unable to add tags in sonarqube for bitbucket repo

SonarQube Server Enterprise Edition v2025.1.1 (104738)

Deployed using Helm

Trying to add tags in sonarqube for bitbucket repo using the below command, the command gets successfully executed, but not seeing any tags on the sonarqube console. We did tried adding tags in key-value pairs as well but with no luck. What am I missing here??

mvn sonar:sonar --settings ./settings.xml -Dsonar.branch.name=feature/test-tags -Dsonar.tags=‘SRE,Cloud’

Hi,

Welcome to the community!

Have you tried this via the UI? The best way to master the API is to perform the desired action via the UI and eavesdrop to see which calls the UI made to accomplish the action.

You may also find this guide helpful.

 
HTH,
Ann