Must-share information (formatted with Markdown):
- which versions are you using (SonarQube Server / Community Build, Scanner, Plugin, and any relevant extension)- Sonarqube Community build
- how is SonarQube deployed: zip, Docker, Helm - Docker
- what are you trying to achieve
- what have you tried so far to achieve this
We are planning to upgrade our SonarQube Community Edition from v25.1.0.102122 to v26.1.0.118079.
As part of validation, we upgraded our Dev instance to v26.1.0.118079 and observed a change in branch visibility.
Observed Behavior
-
In the SonarQube UI, only the main branch is visible for projects.
-
develop, feature, and release branches are not visible in the UI.
-
However, under Administration → Background Tasks, we can see analysis tasks being executed successfully for feature and release branches.
-
This indicates that branch analyses are still processed by the server, but they are not displayed in the UI.
(Screenshots attached for reference.)
Previous Behavior
-
In v25.1.0.102122 (Community Edition), we were able to see develop and feature branches in the UI in the same Dev environment.
-
No changes were made to CI configuration or project keys as part of the upgrade.
Questions
-
Is the absence of non‑main branches in the UI an expected behavior change in SonarQube Community Edition v26.1.0?
-
If yes, could you please confirm and point us to the relevant documentation or release notes?
-
If not expected, are there any configuration changes or migration steps required to restore branch visibility?
