Hi,
I want to create a single table in a dashboard where I can get:
Total issues in each sprint
Overdue issues in each sprint.
On time issues in each Sprint.
Please suggest possible solutions.
Hi Dennis,
If you need to view all open issues, what you can do are:
status = "To Do" OR status = Backlog OR status = Open
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.