I am trying to create some Issue Filters in JIRA based on CreateDate.
CreateDate
The only date/time function I can find is Now() and searches relative to
Now()
I run it like this -
created > startOfDay(-0d)
It gives me all issues created today. When you change -0d to -1d, it will give you all issues created yesterday and today.
-0d
-1d