I'm looking for a filter to see only issues with a due date within the next 3 working days.
This is my workaround working only on Fridays
resolution = Unresolved AND due <= endOfWeek(3d) AND due >= 1d ORDER BY due ASC
Hi Detlef,
This seems to be the best way to visualize the issue with due date in the next 3 days.
However, you can try some add-ons, that might help you, giving you more functions and options.
We recommend this one, that you cant ry for free:
https://marketplace.atlassian.com/plugins/jql-extensions/cloud/overview
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.