[Rt-commit] rt branch, 4.2/charts-improvments, updated. rt-4.0.2-121-g38fe403

Thomas Sibley trs at bestpractical.com
Fri Oct 26 16:04:41 EDT 2012


The branch, 4.2/charts-improvments has been updated
       via  38fe403e91c945d72e4a5bd932a7f52bc60bbcf3 (commit)
      from  9f0808588c949a3363ab6926d5365b149b4c1488 (commit)

Summary of changes:
 lib/RT/Report/Tickets.pm | 1 +
 1 file changed, 1 insertion(+)

- Log -----------------------------------------------------------------
commit 38fe403e91c945d72e4a5bd932a7f52bc60bbcf3
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Fri Oct 26 13:03:41 2012 -0700

    Add Created - Started as a report metric
    
    It's an often asked for metric for judging how quickly (or slowly)
    tickets are dealt with after they come in.

diff --git a/lib/RT/Report/Tickets.pm b/lib/RT/Report/Tickets.pm
index e1dc9f3..340cc80 100644
--- a/lib/RT/Report/Tickets.pm
+++ b/lib/RT/Report/Tickets.pm
@@ -211,6 +211,7 @@ foreach my $field (qw(TimeWorked TimeEstimated TimeLeft)) {
 
 
 foreach my $pair (qw(
+    Created-Started
     Created-Resolved
     Created-LastUpdated
     Starts-Started

-----------------------------------------------------------------------


More information about the Rt-commit mailing list