Feature Request:
- on SonarQube-PermissionTemplates, you can define project key patterns to automatically apply templates to new projects, whose project key fits the project key pattern
- when multiple project keys fit the project key pattern, you get an error while creating the project and can not proceed, until you clear the conflict in the permission templates
- my feature-request: project key patterns should not generate conflicts, but be evaluated by their fit in %. E.g.,
- I have one template (Template1) with project key pattern
Test_.*
and another template (Template2) with project key patternTest_RealTest_.*
. - I create a new project out of any DevOps platform, so the project key gets autogenerated like this
Test_RealTest_Project1
. - I would like the Template2 to be selected for autoapply on the new project, since the project key pattern of Template2 fits better with the project key than Template1
- I have one template (Template1) with project key pattern
This feature request results in us having multiple projects, which require different templates, but have very similar project keys.