For a JQL query is there a function to start at a certain row?

Austin Halstenson April 12, 2019

The jira software limits the max results at 50. I want to be able to start a JQL query at a certain line to grab the lines I am interested in. Leaving the first 10 lines out of the search for example. 

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
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.
April 12, 2019

Hello,

I guess you want to get results by Rest API. Is it correct? If so, then you need to pass the startAt parameter to the Rest call. You can find more info here:

https://docs.atlassian.com/software/jira/docs/api/REST/8.1.0/?_ga=2.235004929.1287404100.1555028729-1149622764.1547637396#api/2/search-search

Austin Halstenson April 12, 2019

Thanks!

Suggest an answer

Log in or Sign up to answer