Devops Platform Integration is missing

Must-share Information

Versions and Components

Community Build

Version: v25.9.0.112764

Plugins

  • sonarqube-community-branch-plugin-25.5.0.jar
  • checkstyle-sonar-plugin-10.21.1.jar
  • sonar-ansible-plugin-2.5.1.jar
  • sonar-cxx-plugin-2.2.0.1110.jar
  • sonar-detekt-2.5.0.jar
  • sonar-groovy-plugin-1.8.jar
  • sonar-shellcheck-plugin-2.5.0.jar
  • sonar-sonargraph-integration-8.0.0.jar
  • sonar-yaml-plugin-1.9.1.jar
  • sonar-lua-coverage-plugin-1.1.0.jar
  • bitegarden-sonarqube-project-tag-plugin-1.3.5.jar

Helm

targetRevision: 2025.5.0

Sonar Scanner

Version: 7.1.0.4889

Objective

Integrate a project with repository in GitHub.

Problem

Our production SonarQube server is still running on version v24.12.0.100206, and we’d like to update it to 2025.x. After installing version 25.9 on our DEV environment, we noticed missing options in the UI.

Missing UI Features

  1. Project Settings

    • :cross_mark: No “Branches & Pull Requests” option available
  2. Project Settings / General Settings

    • :cross_mark: No “DevOps Platform Integration” option

Note: Even installation without any plugins doesn’t show the above options, although branches/PRs are handled by the plugin.

Analysis and Results

  • :white_check_mark: Can execute branch analysis (with plugin installed)
  • :cross_mark: Results are not visible in SonarQube UI

Scanner Output Example

Scanner returns a success message:

...
ANALYSIS SUCCESSFUL, you can find the results at:
https://sonarqube-dev.<domain>/dashboard?id=devops-fastlane&branch=goal-monitoring-branch
...

Display Issue

The URL shows analysis for the master branch (while the main branch in the project is main), despite the URL containing branch=goal-monitoring-branch.

New Discovery - SonarQube DevOps Integration Platform

I’ve created a local project and afterwards bound it to a repository in GitHub. This action properly displays the “DevOps Integration Platform” page, allowing me to set it up and confirm the configuration with the “Check configuration” button.

However, the page is not visible later when accessed directly.

Page URL: https://sonarqube-dev.<domain>/project/settings?id=test&category=pull_request_decoration_binding

Hi,

As I’m sure you can understand, the community-branch-plugin is not supported here. You should ask its maintainers.

 
Ann