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.
Join the largest European gathering of the Atlassian Community and reimagine what’s possible when great teams and transformative technology come together. Plus, grab your Super Fan ticket now and save over €1,000 on your pass before prices rise on 3 June.
Register nowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.