From 11945a73c631bedbcf8daaba531964c3fc2d6333 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Thu, 5 Feb 2004 12:49:08 +0000 Subject: - Remove html, txt, and pdf directories from CVS - makedocs.pl now creates said directories when building the docs The idea here is that it's useless to have compiled stuff in CVS. The website will now auto-build the docs upon changes to the xml directory. --- docs/html/voting.html | 199 -------------------------------------------------- 1 file changed, 199 deletions(-) delete mode 100644 docs/html/voting.html (limited to 'docs/html/voting.html') diff --git a/docs/html/voting.html b/docs/html/voting.html deleted file mode 100644 index bef748105..000000000 --- a/docs/html/voting.html +++ /dev/null @@ -1,199 +0,0 @@ -Voting
The Bugzilla Guide - 2.17.7 - Development Release
PrevChapter 3. Administering BugzillaNext

3.7. Voting

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 - "NEW", 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:

  1. Navigate to the "Edit product" screen for the Product you - wish to modify

  2. Maximum Votes per person: - Setting this field to "0" disables voting.

  3. 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.

  4. 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 NEW. -

  5. Once you have adjusted the values to your preference, click - "Update".


PrevHomeNext
MilestonesUpGroups and Group Security
\ No newline at end of file -- cgit v1.2.1