* [bug#64333] fix the stage issues of metrics.
This commit is contained in:
@@ -39,7 +39,7 @@ class rate_of_developed_story_in_execution extends baseCalc
|
||||
$this->result[$execution]['all'] = 0;
|
||||
}
|
||||
|
||||
if(!in_array($stage, array('developed', 'testing', 'tested', 'verified', 'delivering', 'delivered', 'released')) && $closedReason == 'done') $this->result[$execution]['developed'] += 1;
|
||||
if(!in_array($stage, array('developed', 'testing', 'tested', 'verified', 'rejected', 'delivering', 'delivered', 'released')) && $closedReason == 'done') $this->result[$execution]['developed'] += 1;
|
||||
$this->result[$execution]['all'] += 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user