Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
No edit summary |
(→Bug) |
||
Line 20: | Line 20: | ||
|assigned_to||User||User responsible for the bug|| | |assigned_to||User||User responsible for the bug|| | ||
|- | |- | ||
|attachment||Array of Attachment||Related files stored by Bugzilla|| | |attachment XXX_attachments||Array of Attachment||Related files stored by Bugzilla|| | ||
|- | |- | ||
|blocks||Array of Integer||IDs of bugs which can only be fixed after this one|| | |blocks||Array of Integer||IDs of bugs which can only be fixed after this one|| | ||
Line 30: | Line 30: | ||
|classification||String||Name of classification (categorization above product)|| | |classification||String||Name of classification (categorization above product)|| | ||
|- | |- | ||
| | |comments||Array of Comment||Things people have said about the bug||long_desc | ||
|- | |- | ||
|component||String||Bug's component (sub-product)|| | |component||String||Bug's component (sub-product)|| | ||
Line 44: | Line 44: | ||
|ever_confirmed||Boolean, Read Only||Whether bug has ever passed from UNCONFIRMED to CONFIRMED status|| | |ever_confirmed||Boolean, Read Only||Whether bug has ever passed from UNCONFIRMED to CONFIRMED status|| | ||
|- | |- | ||
|flag||Array of Flag||Flags set on this bug (XXXnote: not all possible flags)|| | |flag XXXflags||Array of Flag||Flags set on this bug (XXXnote: not all possible flags)|| | ||
|- | |- | ||
|history||Array of ChangeSet||Changes made to bug fields in the past|| | |history||Array of ChangeSet||Changes made to bug fields in the past|| |