Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
No edit summary |
(→Bug) |
||
Line 27: | Line 27: | ||
|- | |- | ||
|cc||Array of User||Users signed up to be notified of changes|| | |cc||Array of User||Users signed up to be notified of changes|| | ||
|- style="font-weight: bold" | |- style="font-weight: bold" | ||
|classification||String||Name of classification (categorization above product)|| | |classification||String||Name of classification (categorization above product)|| | ||
Line 44: | Line 42: | ||
|estimated_time||Decimal||Current estimated time for fix, in hours|| | |estimated_time||Decimal||Current estimated time for fix, in hours|| | ||
|- | |- | ||
| | |flags||Array of Flag||Flags set on this bug (XXXnote: not all possible flags)|| | ||
|- | |- | ||
| | |groups||Hash of String/Boolean pairs||XXXunimplemented All possible groups for this bug; True if bug is in group, False otherwise|| | ||
|- | |- | ||
|history||Array of ChangeSet||Changes made to bug fields in the past|| | |history||Array of ChangeSet||Changes made to bug fields in the past|| | ||
|- style="font-weight: bold" | |- style="font-weight: bold" | ||
|id||Integer, Read Only||Unique numeric identifier for bug||bug_id | |id||Integer, Read Only||Unique numeric identifier for bug||bug_id | ||
|- | |||
|is_cc_accessible||Boolean||Whether CC list can see bug, regardless of groups||cclist_accessible | |||
|- | |||
|is_everconfirmed||Boolean, Read Only||Whether bug has ever passed from UNCONFIRMED to CONFIRMED status||everconfirmed | |||
|- | |||
|is_reporter_accessible||Boolean||Whether reporter can see bug, regardless of groups||reporter_accessible | |||
|- style="font-weight: bold" | |- style="font-weight: bold" | ||
|keywords||Array of String||Tags (from a limited set) describing the bug|| | |keywords||Array of String||Tags (from a limited set) describing the bug|| | ||
Line 73: | Line 77: | ||
|- style="font-weight: bold" | |- style="font-weight: bold" | ||
|reporter||User, Read Only||User who submitted the bug|| | |reporter||User, Read Only||User who submitted the bug|| | ||
|- style="font-weight: bold" | |- style="font-weight: bold" | ||
|resolution||String||The resolution, if the bug is in a closed state, e.g. FIXED, DUPLICATE|| | |resolution||String||The resolution, if the bug is in a closed state, e.g. FIXED, DUPLICATE|| |