Template:FeatureBugzilla: Difference between revisions
Appearance
add code showing features from bug tracker |
we only like to see features |
||
Line 6: | Line 6: | ||
"product": "{{{1|empty}}}", | "product": "{{{1|empty}}}", | ||
"status" : "CONFIRMED", | "status" : "CONFIRMED", | ||
"severity" : "wishlist", | |||
"target_milestone": "{{{2|---}}}", | "target_milestone": "{{{2|---}}}", | ||
"include_fields" : [ "product", "id", "summary", "assigned_to"] | "include_fields" : [ "product", "id", "summary", "assigned_to"] | ||
Line 17: | Line 18: | ||
"product": "{{{1|empty}}}", | "product": "{{{1|empty}}}", | ||
"status" : "ASSIGNED", | "status" : "ASSIGNED", | ||
"severity" : "wishlist", | |||
"target_milestone": "{{{2|---}}}", | "target_milestone": "{{{2|---}}}", | ||
"include_fields" : [ "product", "id", "summary", "assigned_to"] | "include_fields" : [ "product", "id", "summary", "assigned_to"] | ||
Line 28: | Line 30: | ||
"product": "{{{1|empty}}}", | "product": "{{{1|empty}}}", | ||
"status" : "RESOLVED", | "status" : "RESOLVED", | ||
"severity" : "wishlist", | |||
"target_milestone": "{{{2|---}}}", | "target_milestone": "{{{2|---}}}", | ||
"include_fields" : [ "product", "id", "summary", "assigned_to"] | "include_fields" : [ "product", "id", "summary", "assigned_to"] | ||
} | } | ||
</bugzilla> | </bugzilla> |
Revision as of 12:01, 14 September 2015
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>