-
Bug
-
Resolution: Fixed
-
Low
-
6.2, 6.3-OD-5
-
None
-
6.02
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
Seen in customer profiles where the customer has large numbers of projects and version:
This is particularly important on Kanban boards in JIRA Agile as tracked in GHS-9611. Specifically, the below is the default work sub-filter on a Kanban board:
fixVersion in unreleasedVersions() OR fixVersion is EMPTY
In versions prior to JIRA 6.3.1 this is inefficient and is known to take sometime to complete. This can cause a Kanban board to render slowly, or any JQL that uses the unreleasedVersions() function. This can be worked around by specifying relevant projects in the function, such as the below:
fixVersion in unreleasedVersions(GHS,JRA) OR fixVersion is EMPTY
This issue only addresses performance problems with unreleasedVersions() function.
- incorporates
-
JRASERVER-62851 Having a huge set of versions causes Boards to break
- Closed
- relates to
-
JSWSERVER-9611 performance very poor for kanban boards when instance has large amount of projects/issues
- Closed
-
JRACLOUD-38883 AbstractVersion manager is inefficient when checking version permissions
- Closed