How to apply project template to existing projects in SonarQube -


i have several existing projects in sonarqube , trying sort them more permission groups 1 (which current setup).

however, when create new project template specific key, template applied projects if click "bulk apply template"

example

project name: myadmin

project key: cz.mycompany.console:myadmin

project template name: myadmin

project key pattern: cz\.mycompany\.console\:myadmin

the above should match 1 project. , still, when click "bulk apply template" above template assigned all other projects (which have different names).

i clueless doing wrong. should change make template match specific projects?

the project key pattern used assign new projects as they're created. when bulk apply you're getting result you're asking for: apply template current selection of projects.

instead, try using search feature @ top of project page (note searches against project name, not key) narrow current list of project, , then use bulk apply.


Comments