* [task#134815] adjust bi config.
This commit is contained in:
@@ -1989,20 +1989,6 @@ $config->bi->builtin->metrics[] = array
|
||||
'definition' => "所有代码库的未关闭的合并请求个数求和 \n不统计已删除的合并请求\n不统计已删除代码库里的合并请求"
|
||||
);
|
||||
|
||||
$config->bi->builtin->metrics[] = array
|
||||
(
|
||||
'name' => '按系统统计待处理的上线计划总数',
|
||||
'alias' => '待处理的上线计划数',
|
||||
'code' => 'count_of_pending_deployment',
|
||||
'purpose' => 'rate',
|
||||
'scope' => 'system',
|
||||
'object' => 'deployment',
|
||||
'unit' => 'count',
|
||||
'dateType' => 'nodate',
|
||||
'desc' => '按系统统计的待处理的上线计划总数是指所有尚未完成的计划数量。该度量反映了团队在软件交付和发布管理方面的任务积压和工作进展情况。',
|
||||
'definition' => "所有的未完成的上线计划个数求和 \n不统计已删除"
|
||||
);
|
||||
|
||||
$config->bi->builtin->metrics[] = array
|
||||
(
|
||||
'name' => '按产品统计的计划总数',
|
||||
|
||||
Reference in New Issue
Block a user