Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 9e41a94a3e659caa5b91706d5c415d34 > files > 986

bugzilla-4.4.11-1.mga5.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>3.13.&#160;Voting</title><link rel="stylesheet" type="text/css" href="../../style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><meta name="keywords" content="Bugzilla, Guide, installation, FAQ, administration, integration, MySQL, Mozilla, webtools"><link rel="home" href="index.html" title="The Bugzilla Guide - 4.4.11 Release"><link rel="up" href="administration.html" title="Chapter&#160;3.&#160;Administering Bugzilla"><link rel="prev" href="bug_status_workflow.html" title="3.12.&#160;Bug Status Workflow"><link rel="next" href="quips.html" title="3.14.&#160;Quips"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.13.&#160;Voting</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="bug_status_workflow.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;3.&#160;Administering Bugzilla</th><td width="20%" align="right">&#160;<a accesskey="n" href="quips.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="voting"></a>3.13.&#160;Voting</h2></div></div></div><p>All of the code for voting in Bugzilla has been moved into an
    extension, called "Voting", in the <code class="filename">extensions/Voting/</code>
    directory. To enable it, you must remove the <code class="filename">disabled</code>
    file from that directory, and run <code class="filename">checksetup.pl</code>.</p><p>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.</p><p>To modify Voting settings:</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>Navigate to the "Edit product" screen for the Product you
        wish to modify</p></li><li class="listitem"><p><span class="emphasis"><em>Maximum Votes per person</em></span>:
        Setting this field to "0" disables voting.</p></li><li class="listitem"><p><span class="emphasis"><em>Maximum Votes a person can put on a single
         bug</em></span>: 
         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.</p></li><li class="listitem"><p><span class="emphasis"><em>Number of votes a bug in this product needs to
        automatically get out of the UNCONFIRMED state</em></span>: 
        Setting this field to "0" disables the automatic move of
        bugs from UNCONFIRMED to CONFIRMED. 
        </p></li><li class="listitem"><p>Once you have adjusted the values to your preference, click
        "Update".</p></li></ol></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="bug_status_workflow.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="administration.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="quips.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">3.12.&#160;Bug Status Workflow&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;3.14.&#160;Quips</td></tr></table></div></body></html>