Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
| Line 35: | Line 35: | ||
== API Notes == | == API Notes == | ||
''' | * '''Getting bug history and details of users will only work on the above API when bugzilla.mozilla.org is upgraded to Bugzilla 3.4 :-( Features that depend on 3.4 are marked "3.4".''' | ||
* The <id> parameter for bugs must be a bug number for now; aliases will be supported later. | * The <id> parameter for bugs must be a bug number for now; aliases will be supported later. | ||
* Flag support is spotty. Only those flags which are actually set, and not those which you <u>could</u> set, are returned. And to set a flag, you need to know the ID of the flag_type, which is not available through the API. At the moment, it's probably best to treat flags as read only. | * Flag support is spotty. Only those flags which are actually set, and not those which you <u>could</u> set, are returned. And to set a flag, you need to know the ID of the flag_type, which is not available through the API. At the moment, it's probably best to treat flags as read only. | ||