I am developing a jira plugin where I need to retrieve all jira issue of a project area which are modified after certain time. It may also return all the issues of a project area. But if a project area has 200K issues, we are getting out of memory exception. Here is my code
Is there a way get the issues in paged manner instead of retrieving all of them in one go