Template:FeatureBugzilla: Difference between revisions

From KDE TechBase
(Undo revision 85805 by Rhabacker (talk))
(add border (second try))
Line 6: Line 6:




{| style="width:100%"
{| border=1 style="width:100%"
|- style="background-color:#FFABAB;"  
|- style="background-color:#FFABAB;"  
|align="center" colspan=2 | TODO
|align="center" colspan=2 | TODO
Line 20: Line 20:
}
}
</bugzilla>
</bugzilla>
|&nbsp;
|- style="background-color:#FFFFA0;"  
|- style="background-color:#FFFFA0;"  
|align="center" colspan=2 |IN PROGRESS
|align="center" colspan=2 |IN PROGRESS
Line 34: Line 33:
}
}
</bugzilla>
</bugzilla>
|&nbsp;
|- style="background-color:#ABFFAB;"
|- style="background-color:#ABFFAB;"
|align="center" colspan=2 | DONE
|align="center" colspan=2 | DONE

Revision as of 13:51, 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>