Confirmed users
53
edits
m (better titles) |
(New queries) |
||
| Line 5: | Line 5: | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
" | "f1":"OP", | ||
" | "j1":"AND", | ||
"component": "Privacy: Anti-Tracking", | "f2":"bug_status", | ||
"o2":"equals", | |||
"v2":"NEW", | |||
"f3":"OP", | |||
"j3":"OR", | |||
"f4": "component", | |||
"o4":"equals", | |||
"v4": "Privacy: Anti-Tracking", | |||
"f5":"status_whiteboard", | |||
"o5":"anywordssubstr", | |||
"v5":"anti-tracking", | |||
"include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard", | "include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard", | ||
"order": "status, assigned_to" | "order": "status, assigned_to" | ||
| Line 16: | Line 26: | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
" | "bug_status":"ASSIGNED", | ||
" | "status_whiteboard":"anti-tracking", | ||
"target_milestone": ["Firefox 67","mozilla67"], | "target_milestone": ["Firefox 67","mozilla67"], | ||
"include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard, target_milestone", | "include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard, target_milestone", | ||
| Line 28: | Line 38: | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
" | "bug_status":"ASSIGNED", | ||
" | "status_whiteboard":"anti-tracking", | ||
"target_milestone": ["Firefox 66","mozilla66"], | "target_milestone": ["Firefox 66","mozilla66"], | ||
"include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard, target_milestone", | "include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard, target_milestone", | ||
| Line 39: | Line 49: | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
" | "bug_status":"ASSIGNED", | ||
" | "status_whiteboard":"anti-tracking", | ||
"include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard", | "include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard", | ||
"order": "status, assigned_to" | "order": "status, assigned_to" | ||
| Line 49: | Line 59: | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
" | "bug_status":"RESOLVED", | ||
" | "status_whiteboard":"anti-tracking", | ||
"include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard", | "include_fields": "id, summary, status, product, component, assigned_to, depends_on, whiteboard", | ||
"order": "status, assigned_to" | "order": "status, assigned_to" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||