Or, failing that, can I create a report across a project to list overdue issues/tasks? I'm using the next gen Jira board for project management.
Hi @andrew
As far as I know, you can't do that in Jira Cloud without any additionnal app.
Since you're using a Next-gen board and not a Software board, you can't configure a quick filter/swimlane/card color for overdue issues, but you still can do a JQL query:
duedate < now() and resolution is empty
You can save this search as a filter and add it to a dashboard on a Filter results gadget (the documentation is pretty old but still accurate).
Hope this helps!
- Manon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.