Is it possible get the last issue create ?
Community moderators have prevented the ability to post new answers.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.