We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff20405 commit d2676caCopy full SHA for d2676ca
README.md
@@ -1114,7 +1114,7 @@ try {
1114
$page = $totalCount / $maxResult;
1115
1116
for ($startAt = 1; $startAt < $page; $startAt++) {
1117
- $ret = $issueService->search($jql, $startAt, $maxResult);
+ $ret = $issueService->search($jql, $startAt * $maxResult, $maxResult);
1118
1119
print ("\nPaging $startAt\n");
1120
print ("-------------------\n");
0 commit comments