Migrate History

I recently changed the name of a service that i have on gitlab and then i ran my pipeline which is connected to the sonarqube community edition , The sonarqube then created a new project with the new name .
My question is : how can i migrate the history of the old project to the new one , both of them are on the same instance

Thank you

Hi,

Welcome to the community!

To rename a project, you simply pass in a new value for sonar.projectName.

Since you have two instances of the same project side by side in SonarQube it’s a bit late now. You’re not going to be able to merge these two. If you haven’t gone too far with the new copy, I suggest you delete the new one, and just rename the old one.

 
HTH,
Ann