Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Get all Issue from Project

valix85
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 3, 2022

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

1 answer

0 votes
Nir Haimov
Community Champion
June 17, 2022

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.

Suggest an answer

Log in or Sign up to answer