Hello,
Request help to write a query to fetch the list of issues created on the previous day
Welcome to the community.
It shows issues created yesterday.
created > startOfDay(-1) AND created < endOfDay(-1)
Please also check this JQL functions page.
You can add "status = XXX" to the query if needed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.