Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
(Add internal links) |
(→Bug) |
||
Line 24: | Line 24: | ||
|- | |- | ||
|attachments||Array of [[#Attachment|Attachment]]||Related files stored by Bugzilla||attachment | |attachments||Array of [[#Attachment|Attachment]]||Related files stored by Bugzilla||attachment | ||
|- | |- style="font-weight: bold" | ||
|blocks||Array of Integer||IDs of bugs which can only be fixed after this one||blocked | |blocks||Array of Integer||IDs of bugs which can only be fixed after this one (note: only returned by default in Bugzilla > 4.4 or BMO 4.2)||blocked | ||
|- | |- | ||
|cc||Array of [[#User|User]]||Users signed up to be notified of changes|| | |cc||Array of [[#User|User]]||Users signed up to be notified of changes|| | ||
Line 40: | Line 40: | ||
|- style="font-weight: bold" | |- style="font-weight: bold" | ||
|deadline||Datestamp String||Date by which bug must be fixed|| | |deadline||Datestamp String||Date by which bug must be fixed|| | ||
|- | |- style="font-weight: bold" | ||
|depends_on||Array of Integer||Bugs that must be fixed first||dependson | |depends_on||Array of Integer||Bugs that must be fixed first (note: only returned by default in Bugzilla > 4.4 or BMO 4.2)||dependson | ||
|- | |- | ||
|dupe_of||Integer||Bug number of which this bug is a duplicate (only present if bug is RESOLVED DUPLICATE)|| | |dupe_of||Integer||Bug number of which this bug is a duplicate (only present if bug is RESOLVED DUPLICATE)|| |