summaryrefslogtreecommitdiffstats
path: root/docs/en/xml/using.xml
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-04-04 13:48:08 +0200
committerlpsolit%gmail.com <>2008-04-04 13:48:08 +0200
commitbacdf9b28a1bd399ee7c8aa3a38eb9aa52915ac5 (patch)
tree177e640301b9ffb2b1e8e938a658714760f1f2e7 /docs/en/xml/using.xml
parent3ea892000ea390226beca2016f68d576100f0e65 (diff)
downloadbugzilla-bacdf9b28a1bd399ee7c8aa3a38eb9aa52915ac5.tar.gz
bugzilla-bacdf9b28a1bd399ee7c8aa3a38eb9aa52915ac5.tar.xz
Doc patch for bug 250410 (implement the Time Summary feature) and bug 283139 (setting the remaining time to zero when resolving a bug) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave
Diffstat (limited to 'docs/en/xml/using.xml')
-rw-r--r--docs/en/xml/using.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/en/xml/using.xml b/docs/en/xml/using.xml
index 16f951f4f..0d49e2ae2 100644
--- a/docs/en/xml/using.xml
+++ b/docs/en/xml/using.xml
@@ -1021,6 +1021,34 @@
</section>
</section>
+ <section id="timetracking">
+ <title>Time Tracking Information</title>
+
+ <para>
+ Users who belong to the group specified by the <quote>timetrackinggroup</quote>
+ parameter have access to time-related fields. Developers can see
+ deadlines and estimated times to fix bugs, and can provide time spent
+ on these bugs.
+ </para>
+
+ <para>
+ At any time, a summary of the time spent by developers on bugs is
+ accessible either from bug lists when clicking the <quote>Time Summary</quote>
+ button or from individual bugs when clicking the <quote>Summarize time</quote>
+ link in the time tracking table. The <filename>summarize_time.cgi</filename>
+ page lets you view this information either per developer or per bug,
+ and can be split on a month basis to have greater details on how time
+ is spent by developers.
+ </para>
+
+ <para>
+ As soon as a bug is marked as RESOLVED, the remaining time expected
+ to fix the bug is set to zero. This lets QA people set it again for
+ their own usage, and it will be set to zero again when the bug will
+ be marked as CLOSED.
+ </para>
+ </section>
+
<section id="userpreferences">
<title>User Preferences</title>