Skip to content

Commit 75f9aa3

Browse files
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

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"python-dotenv>=1.0.0",
2121
"structlog>=24.4.0",
2222
"colorama>=0.4.6",
23-
"jf-ingest==0.0.278",
23+
"jf-ingest==0.0.279",
2424
]
2525
requires-python = ">=3.12,<3.13"
2626
readme = "README.md"

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)