Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi,
Trying to figure out how can I create chart Created vs. Resolved with a given period in past. Not X day from now back, but, lets say, from day X to day Y?
I have a filter with that days, but gadget doesnt give me an option to use it normally. It asks me for how many days back I want, but its not what I'm looking for.
Thanks in advance.
Hi @Lev Sturmer
With our add-ons Great Gadgets for Jira Server and Great Gadgets for Jira Cloud you can have a Created vs Resolved chart on your dashboard that allows selecting a time range.
In the 10 gadgets offered by the add-on, there is a Release Burndown / Burnup Chart gadget than can be easily configured as Created vs Resolved Chart. Just take a look at this example.
Danut
I wrote a PHP+Mysql based advanced reporting page that does a monthly breakdown of created vs. resolved for selected projects, that was the only way I could come up with. Without that, I believe the person building the report had to do it manually by first querying created, then querying resolved (for the same time period) and export the data into excel. It's fairly straightforward at the end of the day, let me know if you'd like a copy; I can "genericize" it up a little and post the PHP source here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much, but I'm more user than admin. Dont think our IT will implement it anyway.
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.