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)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.