How to POST all the metrics, even for the main branch via webhook?

We successfully set up webhook communication between our SonarCloud and Stitch which enables us to write that data into our data warehouse (DWH). What we noticed is that only the metrics are POSTed that is defined in the quality gates. Thus, let’s take test coverage as an example, we only see the measures for the new code in our DWH. What would be beneficial for us if we could see all the metrics, even for the overall main branch in the DWH. Is that possible somehow?

Hey there.

It’s not possible – but after the Webhook you could start querying the SonarCloud Web API to collect additional information.

Good idea :bulb:Will consider this.