I am attempting to show the progress of issues of a time frame by status and by assignee. I feel like this should be done by using the JIRA Javascript chart gadget for dashboards. I use as my JQL script.
project ="SPS" AND assignee was Niketan AND status was in ('In Dev')
Y-axis: issue count (I only want the raw number of stories over the time span)
X-axis: custom defined timeframe
Time Series Field: None(sum of existing issues)
Unfortunately i keep getting a return of a horizontal zero line, I have double checked to ensure that this user has had issues in that status over the time frame.
Thoughts.
Welcome to Atlassian Community!
If you prefer to use a marketplace app, you can try Reports - Charts and Graphs for Jira Dashboard app developed by our team to create various reports, charts and graphs for your Jira projects.
Here is a sample report that shows sum of story points by status and assignee.
Below you can see an article about creating custom reports, charts and graphs in Jira with our app.
How to Create Custom and Flexible Reports, Charts and Graphs in Jira
Here is our live demo dashboard where you can see and modify sample reports and play with them.
Hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.