None
Hi Steve,
Welcome to the Atlassian Community.
The EndofDay() is based on today's date and you can use increments to tell it which end of day you want to search on. For example:
Find issues due by the end of today:due < endOfDay()
Find issues due by the end of tomorrow:due < endOfDay("+1")
Hi Steve,
You can otherwise use
due > 2019-03-13
to do fixed date searches if you don't want to do relative date searches as Mikael has suggested above
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.