diff --git a/module/bi/config/metrics.php b/module/bi/config/metrics.php index f7ad403285..5513e2d8af 100644 --- a/module/bi/config/metrics.php +++ b/module/bi/config/metrics.php @@ -3634,7 +3634,7 @@ $config->bi->builtin->metrics[] = array 'code' => 'rate_of_verified_story_in_execution_when_closing', 'purpose' => 'qc', 'scope' => 'execution', - 'object' => 'story', + 'object' => 'execution', 'unit' => 'percentage', 'dateType' => 'nodate', 'desc' => '按执行统计的执行验收通过率是指执行关闭时通过验收需求数量与执行所有需求的比率。该度量项反映了已完成的需求是否符合需求验收标准,可以帮助团队识别研发质量存在的潜在问题。', @@ -4460,7 +4460,7 @@ $config->bi->builtin->metrics[] = array 'code' => 'rate_of_planned_developed_story_in_execution_when_closing', 'purpose' => 'rate', 'scope' => 'execution', - 'object' => 'story', + 'object' => 'execution', 'unit' => 'percentage', 'dateType' => 'nodate', 'desc' => '按执行统计的研发需求按计划完成率是指执行关闭时已交付的研发需求与执行开始时计划的研发需求数的比率。该度量项反映了团队能否按期完成规划的需求,可以帮助团队识别研发中存在的潜在问题。',