GET api/issues/search retrieve all issues for development branch

Hello,

Working with SonarQube version 9.9 LTS in our company, and we are trying to use the API GET api/issues/search to retrieve issues for both the master (main) and development branches across all components. I’ve encountered a specific issue regarding the development branch and I’m seeking your help to resolve it.

Currently, I’m successfully retrieving issues for the master branch, but the data I receive for the development branch is incorrect. To be more precise, I’m getting the same issues as I do for the master branch, which is not the expected behavior.

I conducted a test using the API for a specific project and found that the parameter “branch” of the API works correctly for both master and development branches. This adds to my confusion about the problem I’m facing.

Do you have any insights into what might be causing this issue? Any help or advice would be greatly appreciated.

Thank you in advance for your assistance.

Best regards,

Hey there.

Are you expecting more issues in the development branch? Fewer? Different?

Remember that the first scan of a branch in SonarQube will include all issues (not just those found in the branch analyzed and not the main branch).