I have single table in my report and it is making single API call to jira till 99 records
for 100 and more than 100 records it makes 3-4 API calls to JIRA .
Is there any setting for more than 100 records ?
Code am using for 1 table :
let
Source = Json.Document(Web.Contents("https://fleet.alm.***.com/projectname/rest/api/2/search?&maxResults=100&startAt=0&jql=project=ABC AND issuetype = Story ORDER BY createdDate DESC&fields=key,summary,customfield_10106,customfield_10100,customfield_10101,assignee,status,issuetype,issuelinks,resolutiondate,created,description,components,priority,aggregatetimeoriginalestimate,aggregatetimespent,customfield_10512,fixVersions",[Timeout=#duration(0,0,30,0)])),
#"Converted to Table" = Record.ToTable(Source)
in
#"Converted to Table"
@Akshata10 , check if there is parameter maxresult
https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/
Proud to be a Super User!
@amitchandak I wanted to know why multiple API calls are made in POWER BI to JIRA for more than 100 and 100 + records
User | Count |
---|---|
341 | |
152 | |
85 | |
79 | |
44 |
User | Count |
---|---|
401 | |
241 | |
112 | |
110 | |
97 |