You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to do pagination when extracting Issues. I found that we can set the maxLimit using the below statement but JIRA will return only 1000 issues per request.
Connection.SearchIssues(JQL,1000)
What if JQL result has more that 1000?
The text was updated successfully, but these errors were encountered:
How to do pagination when extracting Issues. I found that we can set the maxLimit using the below statement but JIRA will return only 1000 issues per request.
Connection.SearchIssues(JQL,1000)
What if JQL result has more that 1000?
The text was updated successfully, but these errors were encountered: