Must-share information:
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
sonarqube version 7.1 - what are you trying to achieve
We setup our project on sonarqube with few release branches and we want to disable all existing issues on all branches. The search api (api/issues/search) is only returning issues from master but not from branches. How can i query issues from branches and bulk update them? - what have you tried so far to achieve this
I tried adding branch parameter and it didnt work