diff options
author | lpsolit%gmail.com <> | 2008-04-04 13:47:55 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-04-04 13:47:55 +0200 |
commit | 80ac71ce9ae3f18e05720542bcf928a2b97df812 (patch) | |
tree | 05cafd17cfb1f7b3e4835da18e3a478031d4be84 /docs | |
parent | 7cd836648744bfae6a6307bc6bdaea3450e878f2 (diff) | |
download | bugzilla-80ac71ce9ae3f18e05720542bcf928a2b97df812.tar.gz bugzilla-80ac71ce9ae3f18e05720542bcf928a2b97df812.tar.xz |
Documentation for bug 24789 - Patch by bmo@rsz.jp, r=timeless
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/using.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/en/xml/using.xml b/docs/en/xml/using.xml index b1d1c8eb2..84221bcff 100644 --- a/docs/en/xml/using.xml +++ b/docs/en/xml/using.xml @@ -233,6 +233,50 @@ <listitem> <para> + <emphasis>*Time Tracking:</emphasis> + This form can be used for time tracking. + To use this feature, you have to be blessed group membership + specified by the <quote>timetrackinggroup</quote> parameter. + <simplelist> + <member> + <emphasis>Orig. Est.:</emphasis> + This field shows the original estimated time.</member> + + <member> + <emphasis>Current Est.:</emphasis> + This field shows the current estimated time. + This number is calculated from <quote>Hours Worked</quote> + and <quote>Hours Left</quote>.</member> + + <member> + <emphasis>Hours Worked:</emphasis> + This field shows the number of hours worked.</member> + + <member> + <emphasis>Hours Left:</emphasis> + This field shows the <quote>Current Est.</quote> - + <quote>Hours Worked</quote>. + This value + <quote>Hours Worked</quote> will become the + new Current Est.</member> + + <member> + <emphasis>%Complete:</emphasis> + This field shows what percentage of the task is complete.</member> + + <member> + <emphasis>Gain:</emphasis> + This field shows the number of hours that the bug is ahead of the + <quote>Orig. Est.</quote>.</member> + + <member> + <emphasis>Deadline:</emphasis> + This field shows the deadline for this bug.</member> + </simplelist> + </para> + </listitem> + + <listitem> + <para> <emphasis>Attachments:</emphasis> You can attach files (e.g. testcases or patches) to bugs. If there are any attachments, they are listed in this section. Attachments are |