-
Bug
-
Resolution: Fixed
-
High
-
12
-
Severity 2 - Major
-
4
-
Issue Summary
JQL function UpdatedBy() does not return valid results when a user has more than 32000 updates on all issues. This is due to a limit that has been hardcoded for this function.
NOTE: The 32000 limit is for the number of updates within all issues and not the issue count itself.
Steps to Reproduce
- Have a large instance where a single user has done more than 32000 updates on issues. (Ideally much more so the error becomes more apparent)
- JQL search "issue NOT IN updatedBy(user)"
- Check each issue from the results and check its History tab
Expected Results
- You will NOT see any issues that have been updated by User in its History tab
Actual Results
- You will be able to see some issues that have been updated by the user
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available