[Rt-commit] rt branch, 4.4/add-display-total-time-worked-option, created. rt-4.4.4-6-g201ff40cf

Blaine Motsinger blaine at bestpractical.com
Mon Mar 18 17:22:35 EDT 2019


The branch, 4.4/add-display-total-time-worked-option has been created
        at  201ff40cfccdc488b00b67f68243779bf9b4c088 (commit)

- Log -----------------------------------------------------------------
commit 201ff40cfccdc488b00b67f68243779bf9b4c088
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Wed Mar 13 18:57:01 2019 -0500

    Added DisplayTotalTimeWorked to RT_Config.pm

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 54e5949e7..351292267 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1514,6 +1514,23 @@ Set($SearchResultsAutoRedirect, 0);
 
 =over 4
 
+=item C<$DisplayTotalTimeWorked>
+
+Set to 1 to display Total Time Worked in the Basics section.
+
+Total Time Worked is a dynamic value containing a sum of Time Worked for
+the parent and all child tickets.  This value is generated when displaying
+the ticket and automatically updates when a child ticket is added or removed.
+Total Time Worked follows only parent/child link relationships.  Tickets
+linked with depends-on or refers-to links are not included.
+
+Total Time Worked is also available as a column for reports generated with
+the Query Builder.
+
+=cut
+
+Set($DisplayTotalTimeWorked, 0);
+
 =item C<$ShowMoreAboutPrivilegedUsers>
 
 This determines if the 'More about requestor' box on

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


More information about the rt-commit mailing list