Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19: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.
×So, I have a Custom Field, called 'Stage'. There are 5 options to choose. I want a line graph showing for a running daily check, how many issues had a 'Stage' of 1, 2, 3, 4 (4 of the possible 5 options). Using a JIRA query to populate the rows in my table.
Something like (I know this isn't proper query)
First query:
stage = one (on date 1/1/2015)
Second query:
stage = one (on date 1/2/2015)
Am I making sense? The chart would look similar to below.
Screen Shot 2015-11-17 at 2.38.41 PM.png
On JIRA Server with the Dataplane plugin this is easy using the Issue Values Snapshots by Date report.
I don't know how to do it with naked JIRA without any plugins.
In JIRA Cloud you might be able to do it with the EazyBI plugin.
@Doug Swartz suggestion for EazyBI seems to be the solution, and more. Thanks, Doug!
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.