Missing created project

  • ALM used (GitHub)
  • CI system used (GitHub Actions)
  • Created a GitHub workflow for SonarQube, follow the instructions on the page
  • Language: Java(Spring Boot)
  • SonarQube Cloud badge exists, but no access to project configuration
  • Steps to reproduce - running SonarQube by GitHub Actions, running SonarQube locally ./gradlew build sonar

Hello,
I’ve a few days ago added my first project to my SonarQube account. This is a GitHub repo. After that, it was available, I could check reports, and finally, I created a token and configured GitHub Actions to trigger a SonarQube check. Yesterday, I tried to run SonarQube check from GitHub action and finally locally from my SpringBoot project, and it failed.
I checked my SonarQube account and cannot find the project. So I tried to add this project/repository again, but got a response that the project exists and cannot be added.

Hi,

Welcome to the community!

Where did you look? The UI will default you to “My Projects”, but unless you’ve explicitly marked the project a favorite, it won’t show up there.

Try going to your user avatar at the top-right. Under that you should find your list of organizations. Navigate to your org, and you should land on the org’s full list of projects.

 
HTH,
Ann