687
edits
Astleychen (talk | contribs) (→Projects Status: 2017W12) |
Astleychen (talk | contribs) (→Project List: 2017W10) |
||
| Line 90: | Line 90: | ||
"status":["NEW","REOPENED","UNCONFIRMED","ASSIGNED"], | "status":["NEW","REOPENED","UNCONFIRMED","ASSIGNED"], | ||
"include_fields": "id, summary, status, target_milestone, assigned_to, whiteboard" | "include_fields": "id, summary, status, target_milestone, assigned_to, whiteboard" | ||
} | |||
</bugzilla> | |||
===Quantum Flow=== | |||
----- | |||
====Milestones==== | |||
Reference: [https://goo.gl/a4OhCv Quantum Flow Triage] | |||
====P1 Bugs==== | |||
<bugzilla> | |||
{ | |||
"whiteboard":"[qf:p1]", | |||
"status":["NEW","REOPENED","UNCONFIRMED","ASSIGNED"], | |||
"include_fields": "id, summary, status, target_milestone, whiteboard" | |||
} | |||
</bugzilla> | |||
====P2 Bugs==== | |||
<bugzilla> | |||
{ | |||
"whiteboard":"[qf:p2]", | |||
"status":["NEW","REOPENED","UNCONFIRMED","ASSIGNED"], | |||
"include_fields": "id, summary, status, target_milestone, whiteboard" | |||
} | |||
</bugzilla> | |||
====P3 Bugs==== | |||
<bugzilla> | |||
{ | |||
"whiteboard":"[qf:p3]", | |||
"status":["NEW","REOPENED","UNCONFIRMED","ASSIGNED"], | |||
"include_fields": "id, summary, status, target_milestone, whiteboard" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
edits