Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
No edit summary |
No edit summary |
||
Line 44: | Line 44: | ||
|- | |- | ||
|id||Integer|| | |id||Integer|| | ||
|- | |||
|description||String||Textual description | |||
|- | |- | ||
|product||Array of String||Product names | |product||Array of String||Product names | ||
Line 54: | Line 56: | ||
|- | |- | ||
|id||Integer|| | |id||Integer|| | ||
|- | |||
|description||String||Textual description | |||
|- | |||
|is_active||Boolean||Whether product is accepting new bugs and appears on normal lists of products | |||
|- | |||
|is_permitting_unconfirmed||Boolean||Whether product accepts submission of UNCONFIRMED bugs or allows bugs to be switched to that state | |||
|- | |- | ||
|classification||String||Backreference because there is no nesting; only if useclassifications set | |classification||String||Backreference because there is no nesting; only if useclassifications set | ||
Line 62: | Line 70: | ||
|- | |- | ||
|target_milestone||Array of String||TM names; only if usetargetmilestone set | |target_milestone||Array of String||TM names; only if usetargetmilestone set | ||
|- | |||
|default_target_milestone||String||Default value for milestone field; only if usetargetmilestone set | |||
|- | |- | ||
|group||Array of String||Names of groups settable on bugs in this product | |group||Array of String||Names of groups settable on bugs in this product | ||
Line 72: | Line 82: | ||
|- | |- | ||
|id||Integer|| | |id||Integer|| | ||
|- | |||
|description||String||Textual description | |||
|- | |- | ||
|flag_type||Array of Integer||IDs of flag types settable on bugs/attachments in this component | |flag_type||Array of Integer||IDs of flag types settable on bugs/attachments in this component | ||
Line 118: | Line 130: | ||
|- | |- | ||
|description||String|| | |description||String|| | ||
|- | |||
|is_active||Boolean||Whether field is currently used or not | |||
|- | |- | ||
|type||Integer, Enumeration||FIELD_TYPE_* constants from Constants.pm; 0 means "unknown" | |type||Integer, Enumeration||FIELD_TYPE_* constants from Constants.pm; 0 means "unknown" |