Bugzilla:BzAPI:Methods: Difference between revisions

m
→‎Retrieve bug (/bug/ GET): Something is wrong with anchor fragments in the wikiword parsing, reverting to normal external link call
m (→‎Retrieve bug (/bug/ GET): Fix broken link)
m (→‎Retrieve bug (/bug/ GET): Something is wrong with anchor fragments in the wikiword parsing, reverting to normal external link call)
Line 68: Line 68:
* Bug ID on the URL
* Bug ID on the URL
* Includes flags, CC list, related bugs and attachment metadata by default
* Includes flags, CC list, related bugs and attachment metadata by default
* Does not include attachment data, comments or history - so amount of data is bounded (use [Bugzilla:REST_API#Field_Control field control] to get them)
* Does not include attachment data, comments or history - so amount of data is bounded (use [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_API#Field_Control field control] to get them)
* Multi-valued custom fields are not, in general, returned as arrays if there is 0 or 1 value. This is because I can't tell which custom fields are supposed to be multi-valued. As a hack, if your custom field name begins "cf_multi", it will get unconditionally array-ified. This limitation can only be lifted when the API is part of Bugzilla itself.
* Multi-valued custom fields are not, in general, returned as arrays if there is 0 or 1 value. This is because I can't tell which custom fields are supposed to be multi-valued. As a hack, if your custom field name begins "cf_multi", it will get unconditionally array-ified. This limitation can only be lifted when the API is part of Bugzilla itself.


2

edits