Template:FeatureBugzilla: Difference between revisions
we only like to see features |
add doc |
||
Line 1: | Line 1: | ||
<noinclude> | |||
== Verwendung == | |||
Show feature requests from bugzilla, syntax: {{FeatureBugzilla|product-name|target-milestone}} | |||
<br>For example: {{FeatureBugzilla|umbrello|2.17 (KDE Applications 15.08)}} | |||
</noinclude> | |||
{| style="background-color:#FFABAB" | {| style="background-color:#FFABAB" | ||
|TODO | |TODO |
Revision as of 12:18, 14 September 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>