diff options
author | lpsolit%gmail.com <> | 2007-02-12 04:23:43 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-02-12 04:23:43 +0000 |
commit | e84db18daa0fb77edd6bcf538c5891b29ca399b6 (patch) | |
tree | 94919f4eb325a0ba901dd86d646feb000898fef0 | |
parent | Bug 348282: importxml.pl throws Bugzilla::Bug::ValidateTime warnings if the t... (diff) | |
download | bugzilla-e84db18daa0fb77edd6bcf538c5891b29ca399b6.tar.gz bugzilla-e84db18daa0fb77edd6bcf538c5891b29ca399b6.tar.bz2 bugzilla-e84db18daa0fb77edd6bcf538c5891b29ca399b6.zip |
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
-rw-r--r-- | docs/xml/using.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/xml/using.xml b/docs/xml/using.xml index a9cf3ba27..635b1eb87 100644 --- a/docs/xml/using.xml +++ b/docs/xml/using.xml @@ -948,6 +948,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> |