Forum Discussion
Missing Jira/Portfolio data from JSON/Rest API
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
- Anonymous8 years agoNot applicable
v-yulgu-msft - This is a hosted server Jira instance. In addition, I have implemented a recursive/paged query that removes the result size limit. THe issue is that even for a single record, the JSON returned by the rest call executed from within Power BI does not contain the same fields that the same call through a web browser returns. My attached illustration identifies the difference in fields contained in the JSON structure.
- Anonymous8 years agoNot applicable
v-yulgu-msft Is there any more to add based on my response to your suggestion?