How to search most recent issues (bugs)

Victor Mo May 16, 2013

I still can't figure it out how to display last issues opened, I don't want to tight it to the date, as in my case it could be not right. Same thing for status, status could be any, it could be for all Project or for single project.

Or maybe there is an option something like:

where updated = select max(updated_date) from .... then minus 1 day.

Is it possible?

Thanks

Mario

1 answer

0 votes
Rafael Vasquez May 16, 2013

try

updated > -1d

I'm assuming that updated is a date field. I use something similar for checking against created date. Negative days are in the past, positive in the future.

Suggest an answer

Log in or Sign up to answer