I want to create a filter on Due Date so that it shows issues that have a due today and the next 5 days. When I enter duedate = endOfDay("+5") it only gives me the items due over 5 days but I need the issues from now till 5 days. How do I correctly use this function?
Thanks
Try this => duedate > startOfDay() and duedate < startOfDay(5)
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.