Core/Triage: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Create instructions for core triage)
 
(Update Bugzilla query)
Line 1: Line 1:
'''Triaging Core:General in Bugzilla'''
'''Triaging Core:General in Bugzilla'''


Example Query can be found [https://bugzilla.mozilla.org/buglist.cgi?chfield=%5BBug%20creation%5D&chfieldfrom=2018-03-12&chfieldto=Now&f2=cf_status_firefox61&f3=bug_severity&f4=short_desc&f5=component&o2=anywords&o3=notequals&o4=notsubstring&o5=nowordssubstr&priority=--&resolution=---&short_desc=%5E%5C%5Bmeta&short_desc_type=notregexp&v2=%3F%2C---&v3=enhancement&v4=%5Bmeta%5D&v5=%2Cbuild%20conf%2Cca%20cert&order=bug_id&limit=0&product=Core&component=General&list_id=14170406 here].
Example Query can be found [https://bugzilla.mozilla.org/buglist.cgi?v2=-1y&o3=anywords&f1=priority&o1=equals&resolution=---&f2=creation_ts&v3=defect&o2=greaterthan&f3=bug_type&v1=--&component=General&product=Core&list_id=14664057&limit=0&order=bug_id here].


'''Steps for Triage'''
'''Steps for Triage'''

Revision as of 08:49, 12 April 2019

Triaging Core:General in Bugzilla

Example Query can be found here.

Steps for Triage

  1. Review the bug's description and comments and see if there's any directly bugs related to this bug. If so, use the component of the of the related bug (unless wildly different or only tangentially related).
  2. If not, Use Bugzilla search to see if there are any similar bugs, if you find a highly similar bug use the component in the similar bug
  3. If not, Locate identifiable bits of code (Method names, component names, etc) and use searchfox.org to locate the code in the main codebase. Determine the component tree from the code and assign bug to nearest component
  4. If not, ask fellow triage owners where they think it may belong

Changing Component

  1. Open the Bug
  2. Click "Edit Bug" in top left of window
  3. Under "Status" change "Product" and "Component" to what you need
  4. Click "Save Changes" at bottom right.