Template:FeatureBugzilla: Difference between revisions

From KDE Community Wiki
(imported from techbase.kde.org)
 
m (Update to new syntax and translate from german)
Line 1: Line 1:
<noinclude>
<noinclude>
== Verwendung ==
== Usage ==
Show feature requests from bugzilla, syntax: &#123;&#123;FeatureBugzilla|product-name|target-milestone&#125;&#125;
Show feature requests from bugzilla, syntax: &#123;&#123;FeatureBugzilla|product-name|target-milestone&#125;&#125;
<br>For example: &#123;&#123;FeatureBugzilla|umbrello|2.17 (KDE Applications 15.08)&#125;&#125;
<br>For example: &#123;&#123;FeatureBugzilla|umbrello|2.17 (KDE Applications 15.08)&#125;&#125;
</noinclude>
</noinclude>


 
<bugzilla title="TODO">
{| border=1 style="border: 1px solid gray; width:100% !important;"
|- style="background-color:#FFABAB;"
|align="center" colspan=2 | TODO
|- style="background-color:#FFABAB;"
|
<bugzilla display="list">
{
{
"product": "{{{1|empty}}}",
"product": "{{{1|empty}}}",
Line 17: Line 11:
"severity" : "wishlist",
"severity" : "wishlist",
"target_milestone": "{{{2|---}}}",
"target_milestone": "{{{2|---}}}",
"include_fields" : [ "product", "id", "summary", "assigned_to"]
"include_fields" : [ "id", "product", "summary", "assigned_to"]
}
}
</bugzilla>
</bugzilla>
|- style="background-color:#FFFFA0;"
 
|align="center" colspan=2 |IN PROGRESS
<bugzilla title="IN PROGRESS">
|- style="background-color:#FFFFA0;"
|
<bugzilla display="list">
{
{
"product": "{{{1|empty}}}",
"product": "{{{1|empty}}}",
Line 30: Line 21:
"severity" : "wishlist",
"severity" : "wishlist",
"target_milestone": "{{{2|---}}}",
"target_milestone": "{{{2|---}}}",
"include_fields" : [ "product", "id", "summary", "assigned_to"]
"include_fields" : ["id", "product", "summary", "assigned_to"]
}
}
</bugzilla>
</bugzilla>
|- style="background-color:#ABFFAB;"
 
|align="center" colspan=2 | DONE
<bugzilla title="DONE">
|- style="background-color:#ABFFAB;"
|
<bugzilla display="list">
{
{
"product": "{{{1|empty}}}",
"product": "{{{1|empty}}}",
Line 46: Line 34:
}
}
</bugzilla>
</bugzilla>
|}

Revision as of 23:27, 20 November 2019

Usage

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


TODO
idproductsummaryassigned_to
IN PROGRESS
idproductsummaryassigned_to
DONE
productidsummaryassigned_to