Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
{| border="1" | {| border="1" | ||
!Name!!Type!!Description!!Other Names | !Name!!Type!!Description!!Other Names | ||
|- | |||
|alias||String||Bug's alias (text alternative to number)|| | |||
|- | |- | ||
|assigned_to||User||User responsible for the bug|| | |assigned_to||User||User responsible for the bug|| | ||
Line 18: | Line 20: | ||
|attachment||Array of Attachment||Related files|| | |attachment||Array of Attachment||Related files|| | ||
|- | |- | ||
| | |blocked XXXX_blocks?||Array of Integer||IDs of bugs which can only be fixed after this one XXX_refs?|| | ||
|- | |- | ||
|cc||Array of String XXX_User||Email addresses of CCed users|| | |cc||Array of String XXX_User||Email addresses of CCed users|| | ||
|- | |- | ||
|cclist_accessible XXX_cc_accessible?||Boolean||Whether CC list can see bug, regardless of groups|| | |cclist_accessible XXX_cc_accessible?||Boolean||Whether CC list can see bug, regardless of groups|| | ||
|- | |||
|classification||String||Name of classification (categorization above product)|| | |||
|- | |- | ||
|classification_id||Integer, Read Only||ID of classification (categorization above product) XXX_why_this_and_not_prod_or_comp?|| | |classification_id||Integer, Read Only||ID of classification (categorization above product) XXX_why_this_and_not_prod_or_comp?|| | ||
|- | |- | ||
|comment||Array of Comment||Things people have said about the bug||long_desc | |comment||Array of Comment||Things people have said about the bug||long_desc | ||
Line 37: | Line 39: | ||
|- | |- | ||
|everconfirmed XXX_underscore?||Boolean, Read Only||Whether bug has ever passed from UNCONFIRMED to CONFIRMED status|| | |everconfirmed XXX_underscore?||Boolean, Read Only||Whether bug has ever passed from UNCONFIRMED to CONFIRMED status|| | ||
|- | |||
|flag||Hash of Flag; Key Integer (flag ID)||Flags set on this bug (note: 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|| | ||
Line 42: | Line 46: | ||
|id||Integer, Read Only||Unique reference for bug||bug_id | |id||Integer, Read Only||Unique reference for bug||bug_id | ||
|- | |- | ||
| | |keywords||Array of String||Tags (from a limited set) describing the bug|| | ||
|- | |- | ||
|last_change_time||Timestamp String, Read Only||Last change||delta_ts, changeddate | |last_change_time||Timestamp String, Read Only||Last change||delta_ts, changeddate | ||
Line 57: | Line 61: | ||
|- | |- | ||
|ref||String, Read Only||URL of bug in API|| | |ref||String, Read Only||URL of bug in API|| | ||
|- | |||
|reporter||User, Read Only||User who submitted the bug|| | |||
|- | |- | ||
|reporter_accessible||Boolean||Whether reporter can see bug, regardless of groups|| | |reporter_accessible||Boolean||Whether reporter can see bug, regardless of groups|| | ||
|- | |- | ||
|see_also||Array of String||URLs of related bugs|| | |see_also||Array of String||URLs of related bugs|| | ||
Line 79: | Line 83: | ||
|} | |} | ||
XXX_TODO_TOTEST | XXX_TODO_TOTEST groups | ||
====Notes==== | ====Notes==== | ||
Line 103: | Line 107: | ||
|text||String, No Mod||Text of comment (plain text)|| | |text||String, No Mod||Text of comment (plain text)|| | ||
|- | |- | ||
|time||Timestamp String, Read Only XXX_bad_format?||Time comment was added|| | |time XXX_inconsistent?||Timestamp String, Read Only XXX_bad_format?||Time comment was added|| | ||
|} | |} | ||