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|| | ||
|- | |- | ||
|attachments||Array of Attachment||Related files stored by Bugzilla|| | |attachments||Array of Attachment||Related files stored by Bugzilla||attachment | ||
|- | |- | ||
|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||blocked | ||
|- | |- | ||
|cc||Array of User||Users signed up to be notified of changes|| | |cc||Array of User||Users signed up to be notified of changes|| | ||
|- | |- | ||
|is_cc_accessible||Boolean||Whether CC list can see bug, regardless of groups|| | |is_cc_accessible||Boolean||Whether CC list can see bug, regardless of groups||cclist_accessible | ||
|- 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 38: | Line 38: | ||
|deadline||Datestamp String||Date by which bug must be fixed|| | |deadline||Datestamp String||Date by which bug must be fixed|| | ||
|- | |- | ||
|depends_on||Array of Integer||Bugs that must be fixed first|| | |depends_on||Array of Integer||Bugs that must be fixed first||dependson | ||
|- style="font-weight: bold" | |- style="font-weight: bold" | ||
|estimated_time||Decimal||Current estimated time for fix, in hours|| | |estimated_time||Decimal||Current estimated time for fix, in hours|| | ||
|- | |- | ||
|is_everconfirmed||Boolean, Read Only||Whether bug has ever passed from UNCONFIRMED to CONFIRMED status|| | |is_everconfirmed||Boolean, Read Only||Whether bug has ever passed from UNCONFIRMED to CONFIRMED status||everconfirmed | ||
|- | |- | ||
|flags||Array of Flag||Flags set on this bug (XXXnote: not all possible flags)|| | |flags||Array of Flag||Flags set on this bug (XXXnote: not all possible flags)|| | ||
Line 72: | Line 72: | ||
|reporter||User, Read Only||User who submitted the bug|| | |reporter||User, Read Only||User who submitted the bug|| | ||
|- | |- | ||
|is_reporter_accessible||Boolean||Whether reporter can see bug, regardless of groups|| | |is_reporter_accessible||Boolean||Whether reporter can see bug, regardless of groups||reporter_accessible | ||
|- 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|| |