diff options
author | Gervase Markham <gerv@gerv.net> | 2014-12-05 22:52:48 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2014-12-05 23:01:30 +0100 |
commit | d41a0a76217ebbfd18807128e8bd552d5276e87a (patch) | |
tree | d99e4d9f43a2e0ffb693da447d2061e8985680a6 /extensions/Voting | |
parent | f9e9cf2597bb5e2780a16c0191400998a595fa2b (diff) | |
download | bugzilla-d41a0a76217ebbfd18807128e8bd552d5276e87a.tar.gz bugzilla-d41a0a76217ebbfd18807128e8bd552d5276e87a.tar.xz |
Bug 1067416 - reorganize and update Bugzilla docs
Diffstat (limited to 'extensions/Voting')
-rw-r--r-- | extensions/Voting/doc/voting.rst | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/extensions/Voting/doc/voting.rst b/extensions/Voting/doc/voting.rst new file mode 100644 index 000000000..497eb2898 --- /dev/null +++ b/extensions/Voting/doc/voting.rst @@ -0,0 +1,34 @@ +.. _voting: + +Voting +###### + +To enable the Voting extension, you must remove the :file:`disabled` +file from the directory :file:`extensions/Voting/`, and run +:file:`checksetup.pl`. + +Voting allows users to be given a pot of votes which they can allocate +to bugs, to indicate that they'd like them fixed. +This allows developers to gauge +user need for a particular enhancement or bugfix. By allowing bugs with +a certain number of votes to automatically move from "UNCONFIRMED" to +"CONFIRMED", users of the bug system can help high-priority bugs garner +attention so they don't sit for a long time awaiting triage. + +To modify Voting settings, navigate to the "Edit product" screen for the +Product you wish to modify. The following settings are available: + +*Maximum votes per person:* + Setting this field to "0" disables voting. + +*Maximum votes a person can put on a single bug:* + It should probably be some number lower than the + "Maximum votes per person". Don't set this field to "0" if + "Maximum votes per person" is non-zero; that doesn't make + any sense. + +*Number of votes a bug in this product needs to automatically get out of the UNCONFIRMED state:* + Setting this field to "0" disables the automatic move of + bugs from UNCONFIRMED to CONFIRMED. + +Once you have adjusted the values to your preference, click "Update". |