Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-60957

As a user of JIRA I do not want JQL context lookups to execute third-party JQL queries, timing out web requests

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • JQL
    • 0
    • 3
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      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.

            Unassigned Unassigned
            dcurrie@atlassian.com Dave C
            Votes:
            5 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: