Copying one Project Key to another

Hi all,
I am currently using * Community Edition* Version 9.3 (build 51899).

My objective is to copy one project key to another. I know that we can achieve this by configuring ‘Update Project Key’ in the UI level manually.
But my goal is to copy one project key (and its complete configuration with fixes, fals-positives and all) to more than one new project keys…Is there any way I can achieve this??

eg: I have an existing project abc, I want to copy all configuartions of abc into abc1, and abc2.

Hi @vineethk77v ,

It seems you are looking to copy the configuration of one SonarQube project to several others. Unfortunately, direct copying of configuration is not possible.

However, you can achieve your goal by using the SonarQube API to apply the same configuration to multiple projects.

If you need to replicate the configuration on the same repository, it might be better to consider purchasing a higher license (developper+) to benefit from advanced configuration management features, rather than resorting to a complex solution using the API.