Closed GoogleCodeExporter closed 9 years ago
ok
Original comment by ian.homer@gmail.com
on 2 Mar 2009 at 8:58
Original comment by ian.homer@gmail.com
on 2 Mar 2009 at 11:56
Original comment by ian.homer@gmail.com
on 7 Mar 2009 at 10:08
Original comment by ian.homer@gmail.com
on 7 Mar 2009 at 10:46
Add to this "Is there a way to report on bug creation date? For example, I want
to
show bugs opened in the last 7 days by user or product, etc. I'd also like to
report
bugs by specific status change (closed/resolved/reopened) in last 7 days. The
only
option I see is modified, which tracks any change." - Chris on bemoko blog
Original comment by ian.homer@gmail.com
on 3 Jun 2009 at 4:18
Original comment by ian.homer@gmail.com
on 3 Jun 2009 at 4:19
Added following functionality ...
=Created in July 2008=
{{#bugzilla:debug=1|created=2008-07-01:2009-03-01|columns=+created,modified|crea
tedformat=date|modifiedformat=date|sort=created|status=*}}
=Created in Last Month=
{{#bugzilla:debug=1|created=-1m|columns=+created,modified|createdformat=date|mod
ifiedformat=date|sort=created|status=*}}
=Created in July 2008 by X=
{{#bugzilla:debug=1|created=2008-07-01:2009-03-01|from=X|columns=+created,modifi
ed,+to|createdformat=date|modifiedformat=date|sort=created|status=*}}
Original comment by ian.homer@gmail.com
on 8 Jun 2009 at 9:58
Added support for status changes ...
=Assigned in May 2008=
{{#bugzilla:debug=1|assigned=2009-05-01:2009-05-31|columns=+created,assigned,res
olved,verified,closed,reopened|sort=resolved|status=*|maxrows=10}}
=Resolved in May 2008=
{{#bugzilla:debug=1|resolved=2009-05-01:2009-05-31|columns=+created,assigned,res
olved,verified,closed,reopened|sort=resolved|status=*|maxrows=10}}
=Verified in May 2008=
{{#bugzilla:debug=1|verified=2009-05-01:2009-05-31|columns=+created,assigned,res
olved,verified,closed,reopened|sort=verified|status=*|maxrows=10}}
=Closed in May 2008=
{{#bugzilla:debug=1|closed=2009-05-01:2009-05-31|columns=+created,assigned,resol
ved,verified,closed,reopened|sort=closed|status=*|maxrows=10}}
=Reopened in May 2008=
{{#bugzilla:debug=1|reopened=2009-05-01:2009-05-31|columns=+created,assigned,res
olved,verified,closed,reopened|sort=reopened|status=*|maxrows=10}}
....
There were significant changes to get this functionality in, so we need to
follow up
with an appropriate level of testing around this
Original comment by ian.homer@gmail.com
on 8 Jun 2009 at 11:31
Original comment by ian.homer@gmail.com
on 8 Jun 2009 at 11:31
Verified on internal bemoko systems [[BugzillaReports Statuschange]]
Original comment by ian.homer@gmail.com
on 10 Jun 2009 at 10:13
Original issue reported on code.google.com by
dore...@gmail.com
on 2 Mar 2009 at 4:32