Skip to content

Commit

Permalink
checkpoint before pagination on issue search
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Miller committed Apr 22, 2022
1 parent d325e3a commit aa7e2a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func (jc *JiraClient) PrintFoundTickets() error {
"description",
"project",
"priority"},
MaxResults: 200,
},
)
if err != nil {
Expand Down

0 comments on commit aa7e2a8

Please sign in to comment.