Integrate SonarQube with your AI agent, scan for secrets and dependency risks, and explore and manage issues—all from the command line.
Start using SonarQube CLI
Hello
I’m gathering info on issues using api/issues/search API .
I can use parameters like projectKeys, statuses, severities to further filter the results but I cannot find a branch/branches filter. The API always seems to respond with the top most branch / probably master.
Please help if you can let me know how to add the branch filter in my API call