-
Bug
-
Resolution: Fixed
-
Low
-
7.0.0, 7.2.15, 7.6.10, 7.12.2, 7.13.0
-
7
-
Severity 2 - Major
-
-
Summary
When deleting a version, Jira checks if the version is used in custom fields.
This is done in methods versionService.getCustomFieldIssuesCount and versionService.getCustomFieldsUsing.
The check is very slow on big instances, even if the instance contains no custom fields that are version pickers.
Expected results
If instance contains no custom version pickers, the queries should execute almost immediately.
Notes
For a bigger context, see https://jira.atlassian.com/browse/JRASERVER-67198
- relates to
-
JRASERVER-67198 method VersionCustomFieldStore.getCustomFieldsUsing is very slow for large instances due to constructed SQL
-
- Closed
-
- mentioned in
-
Page Loading...