Bugzilla:BzAPI:Objects

From MozillaWiki
Revision as of 09:09, 29 September 2009 by Gerv (talk | contribs) (Created page with 'This page lists the field names for the Bugzilla:REST_API, along with their types, descriptions, and any names those fields may have in other contexts. For Booleans, "0", 0 …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page lists the field names for the Bugzilla:REST_API, along with their types, descriptions, and any names those fields may have in other contexts.

For Booleans, "0", 0 and "" are false; everything else is true. Timestamps are in YYYY-MM-DD HH:MM:SS format.

Bug

Name Type Description Other Names
assigned_to User User responsible for the bug
attachment Array of Attachment Related files
blocks Array of Integer Bugs which can only be fixed after
cc Array of String XXX Email addresses of CCed users
cclist_accessible Boolean Whether CC list can see bug regardless of groups
classification_id Integer ID of classification (categorization above product)
classification String Name of classification (categorization above product)
component String Bug's component (sub-product)
creation_time Timestamp String When bug was filed creation_ts
dependson Array of Integer Bugs that must be fixed first
everconfirmed Boolean Whether bug has ever passed from UNCONFIRMED to CONFIRMED status
id Integer Bug number bug_id
last_change_time Timestamp String Last change delta_ts
op_sys String Operating system bug was found on
platform String Computing platform bug was seen on, e.g. PC, Mac rep_platform
priority String How important the bug is, e.g. P1, P5
product String Name of product
qa_contact User User responsible for checking bug is fixed
reporter_accessible Boolean Whether reporter can see bug regardless of groups
reporter User User who submitted the bug
see_also Array of String URLs of related bugs
severity String How severe the bug is, e.g. enhancement, critical bug_severity
status String Current status, e.g. NEW, RESOLVED
summary String Short sentence describing the bug short_desc
target_milestone String When the bug is going to be fixed
url String URL relating to the bug bug_file_loc
version String Version of software in which bug is seen
whiteboard String Notes on current status

User

Attachment