User:Pascalc: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(wip)
(nits)
Line 1: Line 1:
{{AutonagRule
{{AutonagRule
   | Rule name    = Bug assigned but marked as <code>UNCONFIRMED</code>
   | 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>)
   | 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
   | Action      = Change the status from unconfirmed to assigned if there is an assignee
   | Example      = 1495908
   | Example      = 1495908
   | Source      = assignee_but_unconfirmed.py  
   | Source      = assignee_but_unconfirmed.py  
}}
}}

Revision as of 14:17, 12 April 2019

Bug assigned but marked as UNCONFIRMED

Purpose Mitigate an issue in Bugzilla (bugs reported by new users are not tagged as NEW
Action Change the status from unconfirmed to assigned if there is an assignee
Example Bug 1495908
Code assignee_but_unconfirmed.py