View Issue Details

IDProjectCategoryView StatusLast Update
0004179mantisbtfeaturepublic2013-12-01 22:05
ReporterTomR Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version0.19.0a2 
Summary0004179: Percentage fixed calculated from more than resolution
Description

Ik would be nice if you could calculate the percentage not only on resolution fixed.

Additional Information

We use Mantis for helpdesk & development purposes. In development most issues are ( hopefully ) being fixed. However regarding the helpdesk we consider answers also a fix. Still we will be able to differentiate between issues fixed and issues answered.

TagsNo tags attached.

Activities

TomR

TomR

2004-07-23 09:24

reporter   ~0006255

Last edited: 2012-05-03 09:44

For the time being I changed ( marked <b>bold</b> ) core/summary_api very basic.

These resolutions are considered fixed

if <b>(</b> ( FIXED == $c_res_s[$j] ) <b>|| ( 25 == $c_res_s[$j] ) )</b> {
$t_bugs_fixed += $res_bug_count;
}

Also in config_api.php I added 25:answered in the $g_resolution_enum_string.

TomR

TomR

2004-09-28 09:39

reporter   ~0007796

Can this be handled with custom functions?