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:
HI @Susi Irawan
Welcome to the community!
To Configure/add the Severity, sprint field for bug screen, you need to open the respective screen and then add those fields to it.
Thanks for the welcome!
The 2 screens currently assigned are not part of my project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, so in that case copy the existing screen and add the required field into the copied screen.
Once you have done this add this screen to respective project screen scheme with Issue type scheme.
Please have a look at the below KB's for more details.
https://confluence.atlassian.com/adminjiracloud/defining-a-screen-776636475.html
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.