[Bps-public-commit] rt-extension-timetracking-automatic branch update-for-rt5 created. f6c4678e9dae4d6cc5d9234f706b2eed80ead350
BPS Git Server
git at git.bestpractical.com
Wed Feb 16 14:07:53 UTC 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt-extension-timetracking-automatic".
The branch, update-for-rt5 has been created
at f6c4678e9dae4d6cc5d9234f706b2eed80ead350 (commit)
- Log -----------------------------------------------------------------
commit f6c4678e9dae4d6cc5d9234f706b2eed80ead350
Author: Jason Crome <jcrome at bestpractical.com>
Date: Wed Feb 16 09:07:48 2022 -0500
Clarify docs on how time is really logged
diff --git a/lib/RT/Extension/TimeTracking/Automatic.pm b/lib/RT/Extension/TimeTracking/Automatic.pm
index 078e470..66ed168 100644
--- a/lib/RT/Extension/TimeTracking/Automatic.pm
+++ b/lib/RT/Extension/TimeTracking/Automatic.pm
@@ -12,7 +12,7 @@ RT-Extension-TimeTracking-Automatic - Automatic Time Tracking Extension
=head1 RT VERISION
-Works with RT 4.2 and RT 4.4, as well as RTIR
+Works with RT 4.2, RT 4.4, and RT 5.0, as well as RTIR
=head1 INSTALLATION
@@ -67,7 +67,15 @@ Restart the websever to have the extension take affect.
RT::Extension::TimeTracking::Automatic automatically tracks the time taken
commenting on or replying to a ticket. The time spent editing the ticket
will update the TimeWorked on the Ticket itself, and create a transaction
-logging how long the user took to comment on or reply to the ticket.
+logging how long the user took to comment on or reply to the ticket, plus
+the amount of overhead/default time configured above. If you enter a value
+for TimeWorked when replying or commenting, it will be added to the
+transaction as well.
+
+For example, if you've configured a default time value of 5 minutes, hit
+reply on a ticket, take 3 minutes to write your reply, and fill in a time
+worked value of 11 minutes, when you click Update, RT will log 19 minutes
+of time worked in a transaction on your ticket.
=head1 AUTHOR
commit a96ad22382a5e11850758ddd8f21a1c9ff47b4da
Author: Jason Crome <jcrome at bestpractical.com>
Date: Wed Feb 16 09:07:24 2022 -0500
Make plugin available to RT5
diff --git a/Makefile.PL b/Makefile.PL
index f36995d..3e71ca8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,6 @@ license 'gplv2';
repository 'https://github.com/bestpractical/rt-extension-timetracking-automatic';
requires_rt '4.2.0';
-rt_too_new '4.6.0';
sign;
WriteAll;
-----------------------------------------------------------------------
hooks/post-receive
--
rt-extension-timetracking-automatic
More information about the Bps-public-commit
mailing list