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