Template:BugBotRule: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(wip)
(wip)
Line 31: Line 31:
     <td style="border: 1px solid lightskyblue;"><code>[https://github.com/mozilla/relman-auto-nag/blob/master/auto_nag/scripts/{{{ Source }}} {{{ Source }}}]</code></td>
     <td style="border: 1px solid lightskyblue;"><code>[https://github.com/mozilla/relman-auto-nag/blob/master/auto_nag/scripts/{{{ Source }}} {{{ Source }}}]</code></td>
   </tr>
   </tr>
 
{{#if:{{{Note|}}}|
{{#if:{{{Note|}}}
   <tr>
   <tr>
     <th style="border: 1px solid lightskyblue; background-color: aliceblue;">Note</th>
     <th style="border: 1px solid lightskyblue; background-color: aliceblue;">Note</th>

Revision as of 17:24, 12 April 2019

This is the "AutonagRule" template. It should be called in the following format:

{{AutonagRule
  | Rule name = Bug assigned but marked as <code>UNCONFIRMED</code>
  | Purpose   = Mitigate an issue in Bugzilla (bugs reported by new users are not tagged as <code>NEW</code>)
  | Action    = Change the status from unconfirmed to assigned if there is an assignee
  | Example   = 1495908
  | Source    = assignee_but_unconfirmed.py 
  | Note      = optional parameter, adds an explanation line 
}}

Edit the page to see the template text.