Example: I need to find out the last 3 deployments for a particular service.
My JQL would look something like this:
project = GPROD AND issuetype = Logbook and "service name" = service-name
ORDER BY created DESC AND ( ?? display only 3 tickets ?? )
I am looking for the last part of this query - to be able to retrieve a particular number of tickets