Template:FeatureBugzilla: Difference between revisions

From KDE TechBase
(add doc)
(add background color)
Line 5: Line 5:
</noinclude>
</noinclude>


{| style="background-color:#FFABAB"
 
|TODO
{|
|}
|+ style="background-color:#FFABAB" |TODO
|- style="background-color:#FFEEEE"
|
<bugzilla display="list">
<bugzilla display="list">
{
{
Line 17: Line 19:
}
}
</bugzilla>
</bugzilla>
{| style="background-color:#FFFFA0"
|IN PROGRESS
|}
|}
{|
|+ style="background-color:#FFFFA0" |IN PROGRESS
|- style="background-color:#FFFFCD;"
|
<bugzilla display="list">
<bugzilla display="list">
{
{
Line 29: Line 34:
}
}
</bugzilla>
</bugzilla>
{| style="background-color:#ABFFAB"
|DONE
|}
|}
{|
|+  style="background-color:#ABFFAB"|DONE
|- style="background-color: "#EEFFEE;"
|
<bugzilla display="list">
<bugzilla display="list">
{
{
Line 41: Line 49:
}
}
</bugzilla>
</bugzilla>
|}

Revision as of 12:33, 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>