Firefox OS/QA/WikiBugzilla
< 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
- Issue: unable to get array item, only return the 'array' string
- Bug 992732 contains lots of fields you can use.
- Bugzilla on github