Template:Bugactivity: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with " Fixed: <bugzilla display="list"> { "product": "{{{1}}}", "resolution": ["FIXED"], "changed_after": "{{#time:Y-m-d|@{{#expr:{{#time:U|{{SUBPAGENAME}}}}-604800}}}}", "c...")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:


Fixed:
====Fixed (in the last 7 days)====
<bugzilla display="list">
<bugzilla>
{
{
   "product": "{{{1}}}",
   "assigned_to": "{{{1}}}",
   "resolution": ["FIXED"],
   "resolution": ["FIXED"],
   "changed_after": "{{#time:Y-m-d|@{{#expr:{{#time:U|{{SUBPAGENAME}}}}-604800}}}}",
   "changed_after": "{{#time:Y-m-d|@{{#expr:{{#time:U|now}}-604800}}}}",
   "changed_before": "{{#time:Y-m-d|{{SUBPAGENAME}}}}",
   "changed_before": "{{#time:Y-m-d|now}}",
   "changed_field": "resolution",
   "changed_field": "resolution",
   "include_fields": "id, summary"
   "include_fields": "id, summary, status, assigned_to, whiteboard"
}
}
</bugzilla>
</bugzilla>


Currently active:
====Active (in the last 7 days)====
<bugzilla display="list">
<bugzilla>
{
{
   "product": "{{{1}}}",
   "assigned_to": "{{{1}}}",
   "status": ["UNCONFIRMED", "NEW", "ASSIGNED"],
   "status": ["UNCONFIRMED", "NEW", "ASSIGNED"],
   "changed_after": "{{#time:Y-m-d|@{{#expr:{{#time:U|{{SUBPAGENAME}}}}-604800}}}}",
   "changed_after": "{{#time:Y-m-d|@{{#expr:{{#time:U|now}}-604800}}}}",
   "changed_before": "{{#time:Y-m-d|@{{#expr:{{#time:U|{{SUBPAGENAME}}}}+86400}}}}",
   "changed_before": "{{#time:Y-m-d|@{{#expr:{{#time:U|now}}+86400}}}}",
   "changed_field": "comment",
   "changed_field": "comment",
   "include_fields": "id, summary"
   "include_fields": "id, summary, status, assigned_to, whiteboard"
}
}
</bugzilla>
</bugzilla>

Latest revision as of 21:31, 13 April 2016

Fixed (in the last 7 days)

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);


Active (in the last 7 days)

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);


Documentation icon Template documentation[create]