0

I have several existing projects in my SonarQube and I am trying to sort them to more permission groups that just one (which is current setup).

However, when I create new project template even with very specific key, this template is applied to all the projects if I 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 obviously match only one project. And still, when I click "Bulk Apply Template" the above template is also assigned to all other projects (which have different names).

I am clueless now what am I doing wrong. What should I change to make template match only specific projects?

4

1 回答 1

2

项目键模式用于在创建项目时分配它们。当您进行批量应用时,您将获得您所要求的结果:将此模板应用于当前选择的项目。

相反,请尝试使用项目页面顶部的搜索功能(请注意,此搜索针对的是项目名称,而不是关键字)来缩小当前项目列表,然后使用批量应用。

于 2016-07-12T11:36:09.377 回答