finish all bugs with autofix
(wip)
(finish all bugs with autofix)
Line 94: Line 94:
   | Example  = 1529139
   | Example  = 1529139
   | Source    = regression.py  
   | Source    = regression.py  
}}
{{AutonagRule
  | Rule name = Move untriaged bug into the correct component (uses machine learning) 
  | Purpose  = Decrease manual triagin time
  | Action    = Uses machine learning to mass move bugs in Firefox::Untriaged into a better component
  | Example  = 1530316
  | Source    = component.py
}}
{{AutonagRule
  | Rule name = Copy crash signature from duplicate bugs to main bugs
  | Purpose  = Crash bugs marked as duplicate of another one may have a different crash signature. We need to consolidate all signatures in the bug where a patch to fix them is being worked on, other wise we may not fix them all
  | Action    = If a crash bug is marked as a duplicate, the signatures it referenced are added to the new bug
  | Example  = 1517205
  | Source    = copy_duplicate_info.py
}}
{{AutonagRule
  | Rule name = Increase  severity of bugs tracked by Release Managers
  | Purpose  = Fix inconsistency in metadata
  | Action    = If a bug is tracked for an upcoming release but it's severity field is low, the severity is increased
  | Example  = 1538966
  | Source    = tracked_bad_severity.py
}}
{{AutonagRule
  | Rule name = Nag triage owner to set priority on bugs
  | Purpose  = Bugs with no priority set are harder to prioritize for Release Managers with regards to the release
  | Action    = The triage owner is needinfoed in Bugzilla or nagged via email to set a priority on bugs
  | Example  = 1527818
  | Source    = workflow/no_priority.py
}}
}}


| component.py
| Bug in untriaged
| Move the bug into the right component. Uses machine learning
| {{bug|1530316}}
|-
| copy_duplicate_info.py
| Bug resolved as duplicate
| Copy crash signatures from dup bug to original bug and copy product/component from original t dup.
| {{bug|1517205}}
|-
| tracked_bad_severity.py
| Bug tracked by release managers but small severity
| Inconsistency in metadata
| {{bug|1538966}}
|-
| workflow/no_priority.py
| Bug with no priority set.
| Needinfo or nag triage owner to set priority.
| {{bug|1527818}}
|}


== Without autofix ==
== Without autofix ==
Confirmed users
1,321

edits