-
Suggestion
-
Resolution: Unresolved
-
2
-
29
-
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Since JQL functions work as macros, whenever they return a big list JIRA needs to go through the whole list and validate the interim results before proceeding with the query.
Even though query is limited by other clauses, but JQL doesn't have smarts and calculates the context, even though a much more restricted context is provided by another clause.
Some improvements have been made to reduce the pain by batching and doing less work, but it doesn't scale beyond 100-200K issues.
We need to provide means to functions to override some of this behaviour.
- is related to
-
JRASERVER-39375 Enable JQL functions to opt out of heavy processing
- Gathering Interest
- relates to
-
JRACLOUD-39226 Ability to detect and terminate Long running Requests
- Closed
-
MP-95 Allow to Set Maximum Allocated Resource for Add-ons
- Gathering Interest