canmove, Confirmed users
1,126
edits
m (→Overview: Link to production) |
(→Bugs & Project Tracking: Add inline bugzilla tables for blockers, non-blockers & fixed bug lists) |
||
Line 13: | Line 13: | ||
== Bugs & Project Tracking == | == Bugs & Project Tracking == | ||
* | * [https://www.pivotaltracker.com/projects/749519 Pivotal Tracker project] | ||
** [https://bugzilla.mozilla.org/enter_bug.cgi?product=Tree | * Etherpads: [https://etherpad.mozilla.org/sheriffing-with-treeherder sheriff-feedback-april] / [https://sheriffs.etherpad.mozilla.org/move-to-treeherder-requirements sheriff-feedback-latest] | ||
* Bugzilla: [https://bugzilla.mozilla.org/enter_bug.cgi?product=Tree+Management&component=Treeherder File a bug] / [https://bugzilla.mozilla.org/buglist.cgi?product=Tree+Management&component=Treeherder&resolution=--- Existing bugs] | |||
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder%20blocked%3A1030636 Open blockers] (for using Treeherder instead of TBPL) === | |||
<bugzilla> | |||
{ | |||
"component": "Treeherder", | |||
"resolution": "---", | |||
"blocked": "1030636", | |||
"include_fields": "id, priority, summary, assigned_to", | |||
"order": "priority" | |||
} | |||
</bugzilla> | |||
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+NOT+blocked%3A1030636+NOT+bug_id%3A1030636 Open non-blockers] === | |||
<bugzilla> | |||
{ | |||
"component": "Treeherder", | |||
"resolution": "---", | |||
"id": 1030636, "id_mode": "exclude", | |||
"blocked": "1030636", "blocked_type": "not_contains", | |||
"include_fields": "id, priority, summary, assigned_to", | |||
"order": "priority" | |||
} | |||
</bugzilla> | |||
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=FIXED+%3Atreeherder Fixed] === | |||
<bugzilla> | |||
{ | |||
"component": "Treeherder", | |||
"resolution": "FIXED", | |||
"include_fields": "id, priority, summary, assigned_to", | |||
"order": "priority" | |||
} | |||
</bugzilla> | |||
== Meetings == | == Meetings == |