API to search ALM repo binding

use case:
Check if a gitlab repo already been imported into sonarqube.

currently the alm_settings api can only get/list alm_settings by sonar project key.we need to traverse all sonar projects to see if it was already bound to a gitlab repo.

please consider add this.

Hi,

Can you please tell me more about what you’re trying to achieve? Is this a check you need to perform outside of SonarQube and why?

Chris

I know this is a bit of a zombie thread, but I found myself needing something similar. More of the background is here: New project creation + v2 APIs - #14 by JackWhelpton.

It would still be an invaluable feature for us. So would performance improvements on the current search/browse endpoint, which takes over 20s to return and frequently causes UI timeouts.