Jira filter to find the last created ticket
I am trying to create a filter in jira to match/find the last created ticket – only one ticket which was created last.
I came up with the following filter but it matches the last day. If yesterday there was no ticket created the result of this filter would be empty – but the filter I am trying to create must guarantee to return one last created ticket. How can I make it to find and return the last created ticket?