I notices that one of my project has a ‘null’ value in the title, see screenshot:
Is it possible the change the ‘null’ value to it’s orginal projectname.
Thanks,
Raymond
I notices that one of my project has a ‘null’ value in the title, see screenshot:
Is it possible the change the ‘null’ value to it’s orginal projectname.
Thanks,
Raymond
Hi Raymond,
And welcome to the community!
You probably have the sonar.projectName
analysis parameter that is set to null
somehow when you analyze your project. Setting that parameter will override the project name with the new value.
So if you update it to the correct name that you want, it should rename it automatically in the UI.