You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi community
I made a dashboard in Jira and it is pretty helpful giving me a good overview. But what I am missing is the possibilty to see a timeline of the respective values. For example: Seeing the bug amount evolvement of the last 12 month in weekly steps.
So I would like to execute a jql prompt regularly and record it for displaying the past values in a graph to get an overview over the trend.
I don't want to do it manually and I don't want to develope a solution by my own and therefore I want to aks, if there are allready tools implemented that are possible to do that automatically? Opensource or freeToUse tools are preferred.
Maybe there even exists a plugin for confluence or jira?
Regards
Marco
You haven't detailed what is "evolvment". If you are interested in the trends of Created vs Resolved, there is a dedicate gadget for that.
The trend of what exact metrics are you trying to track here?
Thanks for your reply.
Yes you are right with the gadget "Created vs Resolved", but in this case it is only for the last 30 days.
Another example would be:
Amount of stories done for each month during the last year.
Or:
The velocities of the sprints the last 12 months.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To be able to report on trends, you need to take snapshots of the source data periodically. One approach you could take is running JQLs, saving the results to Excel files and collecting those files in a dedicated folder.
The Better Excel Automation app has a "Save Excel" automation action that can do this for you:
Then having a series of input spreadsheets, you can easily import those to your report spreadsheet and craft a custom report from the previously collected data.
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.