Confirmed users
1,255
edits
(fix link) |
(wip) |
||
Line 4: | Line 4: | ||
<pre> | <pre> | ||
{{AutonagRule | {{AutonagRule | ||
| Rule name | | Rule name = Bug assigned but marked as <code>UNCONFIRMED</code> | ||
| Purpose | | Purpose = Mitigate an issue in Bugzilla (bugs reported by new users are not tagged as <code>NEW</code>) | ||
| Action | | Action = Change the status from unconfirmed to assigned if there is an assignee | ||
| Example | | Example = 1495908 | ||
| Source | | Source = assignee_but_unconfirmed.py | ||
}} | }} | ||
</pre> | </pre> | ||
Line 17: | Line 17: | ||
<li>Purpose: {{{ Purpose }}}</li> | <li>Purpose: {{{ Purpose }}}</li> | ||
<li>Action: {{{ Action }}}</li> | <li>Action: {{{ Action }}}</li> | ||
<li>Example: {{{ Example | N/A }}}</li> | <li>Example: [https://bugzilla.com/{{{ Example }}} Bug {{{ Example }}} ]| N/A }}}</li> | ||
<li>Defined in: <code>[https://github.com/mozilla/relman-auto-nag/blob/master/auto_nag/scripts/{{{ Source }}} {{{ Source }}}]</code></li> | <li>Defined in: <code>[https://github.com/mozilla/relman-auto-nag/blob/master/auto_nag/scripts/{{{ Source }}} {{{ Source }}}]</code></li> | ||
</ul> | </ul> | ||
</includeonly> | </includeonly> |