Template:FeatureBugzilla: Difference between revisions
Appearance
imported from techbase.kde.org |
m Update to new syntax and translate from german |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
== | == Usage == | ||
Show feature requests from bugzilla, syntax: {{FeatureBugzilla|product-name|target-milestone}} | Show feature requests from bugzilla, syntax: {{FeatureBugzilla|product-name|target-milestone}} | ||
<br>For example: {{FeatureBugzilla|umbrello|2.17 (KDE Applications 15.08)}} | <br>For example: {{FeatureBugzilla|umbrello|2.17 (KDE Applications 15.08)}} | ||
</noinclude> | </noinclude> | ||
<bugzilla title="TODO"> | |||
<bugzilla | |||
{ | { | ||
"product": "{{{1|empty}}}", | "product": "{{{1|empty}}}", | ||
Line 17: | Line 11: | ||
"severity" : "wishlist", | "severity" : "wishlist", | ||
"target_milestone": "{{{2|---}}}", | "target_milestone": "{{{2|---}}}", | ||
"include_fields" : [ " | "include_fields" : [ "id", "product", "summary", "assigned_to"] | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
<bugzilla title="IN PROGRESS"> | |||
{ | { | ||
"product": "{{{1|empty}}}", | "product": "{{{1|empty}}}", | ||
Line 30: | Line 21: | ||
"severity" : "wishlist", | "severity" : "wishlist", | ||
"target_milestone": "{{{2|---}}}", | "target_milestone": "{{{2|---}}}", | ||
"include_fields" : [ " | "include_fields" : ["id", "product", "summary", "assigned_to"] | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
<bugzilla title="DONE"> | |||
<bugzilla | |||
{ | { | ||
"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)}}
id | product | summary | assigned_to |
id | product | summary | assigned_to |
product | id | summary | assigned_to |