User:Pascalc: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(processbox template)
(wip)
Line 1: Line 1:
 
{{AutonagRule
{{Processbox
   | Rule name   = Bug assigned but marked as <code>UNCONFIRMED</code>
   | Process name = Nightly respin
   | Purpose      = Mitigate an issue in Bugzilla (bugs reported by new users are not tagged as <code>NEW</code>)
   | Purpose      = Update our users broken nightlies
   | Action      = Change the status from unconfirmed to assigned if there is an assignee
   | Why          = A patch on mozilla-central broke Nightly badly (crash, broken UI…)
   | Example      = 1495908
   | Goals        = Nightly population retention
   | Source       = assignee_but_unconfirmed.py
   | People       = Relman, releng
}}
}}

Revision as of 14:10, 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