Template:FeatureBugzilla

From KDE TechBase
Revision as of 11:46, 14 September 2015 by Rhabacker (talk | contribs) (add code showing features from bug tracker)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
TODO

<bugzilla display="list"> { "product": "empty", "status" : "CONFIRMED", "target_milestone": "---", "include_fields" : [ "product", "id", "summary", "assigned_to"] } </bugzilla>

IN PROGRESS

<bugzilla display="list"> { "product": "empty", "status" : "ASSIGNED", "target_milestone": "---", "include_fields" : [ "product", "id", "summary", "assigned_to"] } </bugzilla>

DONE

<bugzilla display="list"> { "product": "empty", "status" : "RESOLVED", "target_milestone": "---", "include_fields" : [ "product", "id", "summary", "assigned_to"] } </bugzilla>