Template:Bugpast: Difference between revisions
Jump to navigation
Jump to search
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> | ||