-
Suggestion
-
Resolution: Unresolved
-
None
-
0
-
3
-
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Problem Definition
Due to the way third-party JQL plugins can be written, SearchRequest.getQueryContext can result in executing JQL queries. This can lead to client-side timeouts, such as the JIRA Software Manage Boards page timing out, as context lookups on JQL queries result in the JQL query being executed.
Suggested Solution
Modify the code as such that it does not execute third-party queries, causing timeouts and performance problems in JIRA.
Workaround
Disable the affected third-party plugin or work with the plugin developers to modify the way it's designed.
- is related to
-
JSWSERVER-13632 JIRA Software Manage Boards and viewing boards can timeout due to analysing JQL
- Closed
-
JSB-75 Loading...
-
RUN-1354 Loading...
- relates to
-
JRASERVER-67570 JQL context validation can execute third-party JQL statements which can be expensive
- Closed
-
JRACLOUD-60957 As a user of JIRA I do not want JQL context lookups to execute third-party JQL queries, timing out web requests
- Closed