How can we trigger notification from CI Tool using REST API

Must-share information (formatted with Markdown):

  • Which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    We are using SonarQube version 9.8.

  • What are you trying to achieve

We are trying to trigger status of the SonarQube project from CI Tools like GH actions, Teamcity etc. by leveraging the REST API’s of SonarQube.

  • What have you tried so far to achieve this

We have Explored following SonarQube documentaion and we did not find any relevant SonarQube REST API to trigger notifications. Could you please help if we are going in a correct direction or not.

Web API (sonarqube.com)

Hey there.

Can you give some more details on what you’re trying to do (documentation, screenshots). It’s not clear what you mean by “trigger status”.

We are trying to find REST API which will return the SonarQube Project Status.

I think you’ll find this guide helpful: How to reverse engineer the Sonar Web API