-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Low
-
Severity 3 - Minor
Summary
When Managing issue type schemes the migration of 1000+ issue types throws an error 500. The limitation of bulk migrating more than 1000 issues at a time in Jira is not being considered when removing an issue type of the issue type scheme.
Environment
- JIRA Cloud
Steps to Reproduce
On a project with 1000+ issues of the same Issue Type.
- Issue Types > Edit Issue Types;
- Remove the Issue Type with more than 1000 issues;
- Choose another issue type to migrate the issues;
Expected Results
JIRA shows a progress bar of the migration being done until it successfully completes and displays the result.
Actual Results
An error 500 is thrown with the below error:
java.lang.IllegalArgumentException: Too many entities. Was: 1799, limit: 1000 . . .
Workaround
Proceed with the migration of the affected issue type using Bulk Changes.
- is duplicated by
-
JRACLOUD-68192 Associating an Issue Type Scheme to a project causes the instance to OOME
-
- Closed
-