We use use SonarQube 8.9.0.43852 (Enterprise edition)
I try to make an integration between GitHub Enterprise and SonarQube.
Everything works fine (PR decoration, check…) except the naming of my project is not as expected.
I’d would like to have something like Org/project-name but have only project-name in my UI.
Hi @altus34 and welcome to our community
I’m not sure I fully understand your problem.
Are you referring to this field in the configuration of your project?
Hi @altus34 ,
You are right, this is a good feedback, thanks!
Unfortunately, today there is no way to change the project’s name after creation. Plus, when you create a project from the onboarding (the “wizard” when you click on “Add project” and select GitHub for example).
The only I’m thinking of right now is changing the scanner command and pass the project’s name you want (with sonar.projectName). If the project do not exist, it will be created with the name you want.
I’m not 100% sure of myself, but it might be worth trying