I need to searched by status changed by "username" for the current day
But with the filter status changed by "username" ON endOfDay()
I am not getting data.
But if I add the data manually
project in ("Incident Management") and status changed by "kreyes" ON "2020-04-17"
it works
Hello @kenneth reyes mata
Welcome to the community.
If my memory is good Endofday() mean today at 23:59, for example if i run my endofday() today it will return "2020-03-19 23h59"
So in your case you can try this :
project in ("Incident Management") and status changed by "kreyes" DURING (startofday(), endofday())
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.