When running a jira automation rule, is there a way to find the last ticket that was created in a project? Regardless of how long the ticket was created?
Hello @Dominic Mercorelli
If you use a Lookup Issues action to look up the issues in the project and add the clause ORDER BY created DESC, then the first item in the results set will be the last issue created in that project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.