Hi all, I am trying to get all issues from a project using Jira Rest Java Client, but I have about 13k of issue for project and more. What can I do to obtain all list of issue for one project with Java API on Jira 8.13?
Thank you
Hi @valix85
Use the JAVA library for JQL, and perform a JQL search in your JAVA code with the details you want to reduce the amount of the resutls.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.