The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to use function endOfDay() in search for field 'Due Date'

E
August 21, 2020

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

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Fazila Ashraf
Community Champion
August 21, 2020

@E 

Try this => duedate > startOfDay() and duedate < startOfDay(5)

E
August 21, 2020

this works, thanks!

Like Fazila Ashraf likes this