I'm trying to use advanced JQL in order to find the last issue created in a project relating to one or several componentents but I'm struggling to limit the results to the issue that was created last.
project = "project x" and component = "Component y"
Delivers all issues but I only want the Issue that created last, any ideas?