Forum Discussion
Anonymous
8 years agoNot applicable
Missing Jira/Portfolio data from JSON/Rest API
I have a data connecter retrieving data from Jira/Portfolio through the Jira Rest API: https://<JIRA_SERVER>/rest/api/2/search?jql=project%20in%20(GIV)%20and%20issuetype%20=%20Epic I am specificall...
v-yulgu-msft
8 years agoMicrosoft Employee
Hi Anonymous,
Based on my research, there is a maxResults value limitation (100 rows) returned by JIRA REST API, please see: JIRA Cloud REST API /rest/api/latest/search?maxResults=1000 is returning only 100 results
Best regards,
Yuliana Gu
Anonymous
8 years agoNot applicable
v-yulgu-msft Is there any more to add based on my response to your suggestion?