Is there a non-add-on gadget similar to Created vs. Resolved and Average Age, respectively, that can be defined by calendar month?
Hello Phil,
I don't know any other built-in gadgets but I guess you can use those built-in gadgets but run them with a query like...
project = ABC and created >= -30d
(which will only include the issues created in the last 30 days)
... or with a query like ...
project = ABC and created > startOfMonth()
(which will only include the issues created in the current calendar month)
startOfMonth() and endOfMonth() functions can even be used with a negative integer parameter to refer to previous months.
EmreT
That latter idea sounds promising--I thought that might be the case. For the former, I'd have to run the report once by the last day of the month. Still, from what I've seen, the chart will still include the beginning of the current month if I run it after the previous month (the one I want), so I may have to run it on the last day of my target month anyway, and capture the result with a screen shot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.