diff options
author | lpsolit%gmail.com <> | 2006-03-17 21:39:19 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-03-17 21:39:19 +0100 |
commit | c208721fb10c6fecf804b2dfe6fb7d729b1b5ac1 (patch) | |
tree | 681457c95e645045e56bfa9ac7a7c97411c847ca /docs/xml | |
parent | 311eb45dbd343068dce41bb44dd8db9f8108cf7e (diff) | |
download | bugzilla-c208721fb10c6fecf804b2dfe6fb7d729b1b5ac1.tar.gz bugzilla-c208721fb10c6fecf804b2dfe6fb7d729b1b5ac1.tar.xz |
Documentation for bug 24789 - Patch by bmo@rsz.jp, r=timeless
Diffstat (limited to 'docs/xml')
-rw-r--r-- | docs/xml/using.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/xml/using.xml b/docs/xml/using.xml index b1d1c8eb2..84221bcff 100644 --- a/docs/xml/using.xml +++ b/docs/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 |