Do you know of Sonarqube WEB API Tooling?

Hello dear reading person,

do you know of any sonarqube tools that people have created for recurring tasks that integrate with the WEB APIs?

Like: I want do do $thisChange to every sonarqube project with projectKey-prefix $thatPrefix

(I already have found some interesting repos on github when searching for the term “sonarqube” … but maybe there might be more precious/helpful things?)

On a second thought: What are things that you created solutions for in your private sonarqube admin toolbelt?

Cheers
Daniel

Must-share information ():

  • which versions are you using? yes
  • what are you trying to achieve (see above)
  • what have you tried so far to achieve this ( duhhh, ehmm, nuh-thing?)

Hi @daniel :wave:

i found this terraform provider really neat. lacks some features but might be worth checking out :slight_smile:

1 Like

I use the Web API to examine metrics and quality gates. I didn’t like that there was no out of the box way to enforce a threshold on the “coverage after merge”, so I basically implemented that myself, failing the build if “coverage after merge” was less than the required threshold in the quality gate.