I'm using SonarQube branch plugin (1.0 (build 507)) and want to retrieve information from branches. My SonarQube version is 6.7.
The SonarQube project (PC_civil-affairs
) has three branches, master (main), develop, feature_branch. These are all long-lived branches.
The next calls retrieve information from the master branch https://website.com/sonar/api/project_analyses/search?project=PC_civil-affairs https://website.com/sonar/api/settings/values?component=PC_civil-affairs&keys=sonar.leak.period https://website.com/sonar/api/qualitygates/project_status?projectKey=PC_civil-affairs
How should I adjust the above calls to retrieve the same information from the develop and feature_branch?