Confirmed users
1,567
edits
m (Edmorley moved page Bugzilla:REST API:HowTo to Bugzilla:BzAPI:HowTo: Native REST) |
(→Requests: adding category) |
||
Line 58: | Line 58: | ||
Flags are not returned in search results, so when you get the results back, do another search specifying only the Bug IDs, and BzAPI will give you a full bug object back for each bug, including the flags. (This is a special shortcut to get multiple full bug objects in one request.) You can then take this list and filter or present it in whatever way you choose. And because you have the bug objects, you can change the flag fields and submit them back in order to update things. | Flags are not returned in search results, so when you get the results back, do another search specifying only the Bug IDs, and BzAPI will give you a full bug object back for each bug, including the flags. (This is a special shortcut to get multiple full bug objects in one request.) You can then take this list and filter or present it in whatever way you choose. And because you have the bug objects, you can change the flag fields and submit them back in order to update things. | ||
[[Category: Bugzilla]] |