Confirmed users
1,927
edits
m (Fix link to BzAPI) |
(Updated links to subpages from REST_API to BzAPI) |
||
| Line 21: | Line 21: | ||
|version||String||Bugzilla version | |version||String||Bugzilla version | ||
|- | |- | ||
|maintainer||[[Bugzilla: | |maintainer||[[Bugzilla:BzAPI:Objects#User|User]]|| | ||
|- | |- | ||
|announcement||String||HTML; something the Bugzilla admin wants users to know | |announcement||String||HTML; something the Bugzilla admin wants users to know | ||
| Line 27: | Line 27: | ||
|max_attachment_size||Integer||In bytes; useful so clients can prevent large uploads which will fail | |max_attachment_size||Integer||In bytes; useful so clients can prevent large uploads which will fail | ||
|- | |- | ||
|classification||Hash of [[Bugzilla: | |classification||Hash of [[Bugzilla:BzAPI:Objects:Configuration#Classification|Classification]], keyed by name||Only if useclassifications set | ||
|- | |- | ||
|product||Hash of [[Bugzilla: | |product||Hash of [[Bugzilla:BzAPI:Objects:Configuration#Product|Product]], keyed by name|| | ||
|- | |- | ||
|group||Hash of [[Bugzilla: | |group||Hash of [[Bugzilla:BzAPI:Objects:Configuration#Group|Group]], keyed by name|| | ||
|- | |- | ||
|flag_type||Hash of [[Bugzilla: | |flag_type||Hash of [[Bugzilla:BzAPI:Objects:Configuration#FlagType|FlagType]], keyed by ID|| | ||
|- | |- | ||
|field||Hash of [[Bugzilla: | |field||Hash of [[Bugzilla:BzAPI:Objects:Configuration#Field|Field]], keyed by name|| | ||
|} | |} | ||
| Line 65: | Line 65: | ||
|classification||String||Backreference because there is no nesting; only if useclassifications set | |classification||String||Backreference because there is no nesting; only if useclassifications set | ||
|- | |- | ||
|component||Hash of [[Bugzilla: | |component||Hash of [[Bugzilla:BzAPI:Objects:Configuration#Component|Component]], indexed by name|| | ||
|- | |- | ||
|version||Array of String||Version names | |version||Array of String||Version names | ||