Confirmed users
975
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<!-- For use on pages with SUBPAGENAME=<some-date> --> | <!-- For use on pages with SUBPAGENAME=<some-date> --> | ||
<bugzilla display="list"> | <bugzilla display="list"> | ||
{ | { | ||
"assigned_to": "{{{1}}}", | "assigned_to": "{{{1}}}", | ||
"status": ["RESOLVED", "VERIFIED", "CLOSED"], | "status": ["RESOLVED", "VERIFIED", "CLOSED"], | ||
"chfieldto": "{{#time:Y-m-d|{{SUBPAGENAME}}}}", | "chfieldto": "{{#time:Y-m-d|{{SUBPAGENAME}}}}", | ||
"chfieldfrom": "{{#time:Y-m-d|@{{#expr:{{#time:U|{{SUBPAGENAME}}}}-604800}}}}" | "chfieldfrom": "{{#time:Y-m-d|@{{#expr:{{#time:U|{{SUBPAGENAME}}}}-604800}}}}" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||