Template:FeatureBugzilla: Difference between revisions
Appearance
No edit summary |
include 'target milestone' |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
== Usage == | == 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| | <br>For example: {{FeatureBugzilla|umbrello|20.04}} | ||
</noinclude> | </noinclude> | ||
{{#tag:bugzilla| | |||
{ | { | ||
"product": "{{{1 | "product": "{{{1|empty}}}", | ||
"status" : "CONFIRMED", | "status" : "CONFIRMED", | ||
"severity" : "wishlist", | "severity" : "wishlist", | ||
"target_milestone": "{{{2|---}}}", | "f2": "target_milestone", | ||
"include_fields" : [ "id", "product", "summary", "assigned_to"] | "o2": "substring", | ||
} | "v2": "{{{2|---}}}", | ||
"include_fields" : [ "id", "product", "summary", "target_milestone", "assigned_to"] | |||
}|title=TODO|class=table-bugs-todo}} | |||
{{#tag:bugzilla| | |||
{ | { | ||
"product": "{{{1|empty}}}", | "product": "{{{1|empty}}}", | ||
"status" : "ASSIGNED", | "status" : "ASSIGNED", | ||
"severity" : "wishlist", | "severity" : "wishlist", | ||
"target_milestone": "{{{2|---}}}", | "f2": "target_milestone", | ||
"include_fields" : ["id", "product", "summary", "assigned_to"] | "o2": "substring", | ||
} | "v2": "{{{2|---}}}", | ||
"include_fields" : ["id", "product", "summary", "target_milestone", "assigned_to"] | |||
}|title=IN PROGRESS|class=table-bugs-in-progress}} | |||
{{#tag:bugzilla| | |||
{ | { | ||
"product": "{{{1|empty}}}", | "product": "{{{1|empty}}}", | ||
"status" : "RESOLVED", | "status" : "RESOLVED", | ||
"severity" : "wishlist", | "severity" : "wishlist", | ||
"target_milestone": "{{{2|---}}}", | "f2": "target_milestone", | ||
"include_fields" : [ "product", " | "o2": "substring", | ||
} | "v2": "{{{2|---}}}", | ||
"include_fields" : ["id", "product", "summary", "target_milestone", "assigned_to"] | |||
}|title=DONE|class=table-bugs-done}} |
Latest revision as of 14:06, 18 November 2020
Usage
Show feature requests from bugzilla, syntax: {{FeatureBugzilla|product-name|target-milestone}}
For example: {{FeatureBugzilla|umbrello|20.04}}
id | product | summary | target_milestone | assigned_to |
id | product | summary | target_milestone | assigned_to |
id | product | summary | target_milestone | assigned_to |