I can retrieve the amount of tickets that were open at the end of each week using the JQL query of e.g.
Project = Y AND status was in ("Open", "In Progress") ON startOfWeek()
Project = Y AND status was in ("Open", "In Progress") ON startOfWeek(-1)
Project = Y AND status was in ("Open", "In Progress") ON startOfWeek(-2) etc.
Any way to show this in a graph on a Jira Dashboard? Or another way to do it instead of above formulas?
Preferably using a bar chart e.g:
Um, no. We don't have access to your servers.
You either need to read the log files in more detail (you'll find this stack trace in them, but more above or below that will probably tell you more about what's going wrong). Or contact Atlassian OnDemand support if you're using OnDemand
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.