Confirmed users
2,816
edits
m (→How to Use) |
|||
Line 17: | Line 17: | ||
"priority":"P1" | "priority":"P1" | ||
} | } | ||
</bugzilla> | |||
</pre> | |||
Example that gathers all the bugs that block a particular bug: | |||
<pre> | |||
<bugzilla> | |||
{ | |||
"f1":"blocked", | |||
"o1":"equals", | |||
"v1":"738796", | |||
"include_fields":"id,summary,status,resolution" | |||
} | |||
</bugzilla> | </bugzilla> | ||
</pre> | </pre> |