Firefox OS/QA/WikiBugzilla

From MozillaWiki
< Firefox OS‎ | QA
Jump to navigation Jump to search

Simple Query

  • To display a single bug by ID
 < bugzilla>
 {
   "id": "1107133"
 }
 < /bugzilla>
  • Get bugs with "[2.2-feature-qa+]" in its QA whiteboard.
 < bugzilla>
 {
   "cf_qa_whiteboard": "[2.2-feature-qa+]",
   "include_fields": "id, qa_contact, status, resolution, component, assigned_to, summary"
 }
 < /bugzilla>

Reference