-
Bug
-
Resolution: Fixed
-
Low
-
7.2.7
-
None
-
7.02
-
Severity 2 - Major
-
Summary
Loading JIRA Software boards could be extremely slow loading and rendering ProjectBoardsHelper.getProjectBoards
Parsing it is done inefficiently. This issue focuses on cost related to sanitization of JQL filters while showing all boards and list of boards for project in sidebar.
Steps to Reproduce
- Use a large JIRA instance
- Access Scrum/Kanban Board page
Fix
- Reduce unnecessary JQL analysis while viewing JIRA Software boards.
- Analyze only projects in board JQLs.
- Fix project board caches - do not cache globally user specific projects for a board.
- causes
-
JRASERVER-67570 JQL context validation can execute third-party JQL statements which can be expensive
- Closed
- was split from
-
JSWSERVER-13632 JIRA Software Manage Boards and viewing boards can timeout due to analysing JQL
- Closed
- was cloned as
-
RUM-1354 Loading...