Template:FeatureBugzilla: Difference between revisions
extend table to whole width |
align columns width |
||
Line 7: | Line 7: | ||
{| style="width:100%" | {| style="width:100%" | ||
| | |- style="background-color:#FFABAB;" | ||
|- style="background-color:#FFEEEE" | |align="center" | TODO | ||
|- style="background-color:#FFEEEE;" | |||
| | | | ||
<bugzilla display="list"> | <bugzilla display="list"> | ||
Line 19: | Line 20: | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
| | |- style="background-color:#FFFFA0;" | ||
|align="center" |IN PROGRESS | |||
| | |||
|- style="background-color:#FFFFCD;" | |- style="background-color:#FFFFCD;" | ||
| | | | ||
Line 34: | Line 33: | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
| | |- style="background-color:#ABFFAB;" | ||
|align="center" | DONE | |||
|- style="background-color:#EEFFEE;" | |||
| | |||
|- style="background-color: | |||
| | | | ||
<bugzilla display="list"> | <bugzilla display="list"> |
Revision as of 12:41, 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> |