Template:FeatureBugzilla: Difference between revisions

From KDE TechBase
(add code showing features from bug tracker)
(No difference)

Revision as of 11:46, 14 September 2015

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>