154
edits
(Add fixed bug list) |
(→Recently Fixed: Add fixed in Nightly and Beta as separate queries) |
||
Line 45: | Line 45: | ||
</bugzilla> | </bugzilla> | ||
= Recently Fixed = | = Recently Fixed in Nightly = | ||
Bugs and enhancements that have landed in the current | Bugs and enhancements that have landed in the current nightly. | ||
<bugzilla> | <bugzilla> | ||
Line 53: | Line 53: | ||
"o2": "anywordssubstr", | "o2": "anywordssubstr", | ||
"v2": "[layout:backlog", | "v2": "[layout:backlog", | ||
"target_milestone": "mozilla79", | |||
"resolution": "FIXED", | |||
"include_fields": "id, summary, assigned_to, status, resolution", | |||
"order": "resolution, component, assigned_to, id" | |||
} | |||
</bugzilla> | |||
= Recently Fixed in Beta = | |||
Bugs and enhancements that have landed in the current beta. | |||
<bugzilla> | |||
{ | |||
"f2": "status_whiteboard", | |||
"o2": "anywordssubstr", | |||
"v2": "[layout:backlog", | |||
"target_milestone": "mozilla78", | |||
"resolution": "FIXED", | "resolution": "FIXED", | ||
"include_fields": "id, summary, assigned_to, status, resolution", | "include_fields": "id, summary, assigned_to, status, resolution", | ||
"order": "resolution, component, assigned_to, id" | "order": "resolution, component, assigned_to, id" | ||
} | } | ||
</bugzilla> | </bugzilla> |
edits