I and quite new to JIRA and am working on extracting issue information from JIRA through REST Client.
Dev Environment
I am using eclipse IDE and a maven project.
I was able to retrieve issue information one by one using REST Client.
Now I am trying to get all the issues which match a filter and put it in an array.
I went through already raised requests and posts in this forum and atlassian forum. But those are using Searchrequests and searchservice API's which are quite old and replaced with SearchRestClient I assume.
I am aiming to get all issues and put into a list. If anyone has done it, please let me know.
Thanks in advance.