Template:FeatureBugzilla: Difference between revisions

From KDE TechBase
(set border color to gray as other feature entries)
m (Expand columns to full page width)
Line 6: Line 6:




{| border=1 style="border: 1px solid gray; border-collapse: collapse; width:100%"
{| border=1 style="border: 1px solid gray; width:100% !important;"
|- style="background-color:#FFABAB;"  
|- style="background-color:#FFABAB;"  
|align="center" colspan=2 | TODO
|align="center" colspan=2 | TODO

Revision as of 17:42, 1 October 2015

Verwendung

Show feature requests from bugzilla, syntax: {{FeatureBugzilla|product-name|target-milestone}}
For example: {{FeatureBugzilla|umbrello|2.17 (KDE Applications 15.08)}}


TODO

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

IN PROGRESS

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

DONE

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