Is it possible get the last issue create ?
Depends how granular you want to get the JQL below will return anything created within the last minute. It may not return any issues. If that is the case, I would try -1d instead of -1m.
created > -1m
It looks like you're new here. Sign in or register to get started.