Commit 75f9aa3
committed
OJ-53536 Handle Jira Server pagination bug truncation
Some versions of Jira Server limit the user search to the pagination limit of the server, so we will get back different users and different counts, but only ever out of the first X matching users. This was making us miss cases where we needed to fall back to an alphabetical lookup. This version bump includes logic to check for that case. We will now look ahead X results if we get back a 10, 100, or 1000 result set for users. We'll trigger the alphabetical lookup if the lookahead doesn't return results.1 parent c95c803 commit 75f9aa3
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments