The max results for a JQL query

S Gaur May 7, 2014

When I run a JQL query I only get 50 results back. If my query (in Ruby) looks like:

client.Issue.jql('cf[10120] != null && status != Closed')

How can I increase the results returned?

1 answer

1 vote
Mehmet Kazgan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 7, 2014

There is no JQL query to limit the result but if you are making a call through REST API check this page out:

https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+Example+-+Query+issues


Suggest an answer

Log in or Sign up to answer