Edit parent field is taking ~7-11 seconds to load

XMLWordPrintable

    • 1
    • 1

      Issue Summary

      For larger jira sites, the edit parent field takes more than 7 seconds to load parent issues.

      Here is the endpoint details:

      POST https://site.atlassian.net/rest/gira/1/
      {
      "query": "\n query jira_parenting_issueParentCandidatesForExistingIssuesQueryWithInfo($issueKey: String!, $cloudId: ID!, $searchTerm: String, $excludeDone: Boolean, $first: Int) {\n\n jira {\n parentCandidatesWithInfoForExistingIssue(key: $issueKey, cloudId: $cloudId, searchTerm: $searchTerm, excludeDone: $excludeDone, first: $first) {\n parentCandidates {\n edges {\n node {\n issueId\n key\n\n issueColorField {\n color

      {\n colorKey\n }

      \n }\n\n fieldsById(ids:[\"summary\", \"issuetype\", \"status\"]){\n edges{\n node{\n\n ... on JiraIssueTypeField {\n fieldId\n issueType {\n issueTypeId\n name\n avatar

      {\n xsmall\n }

      \n }\n }\n\n\n ... on JiraSingleLineTextField {\n fieldId\n text\n }\n\n\n ... on JiraStatusField {\n fieldId\n status {\n statusCategory

      {\n statusCategoryId\n }

      \n }\n }\n\n }\n }\n}\n }\n }\n }\n message\n }\n }\n\n }\n",
      "variables":

      { "cloudId": "<cloud_ID>", "issueKey": "<project_key-ID>", "searchTerm": "", "excludeDone": true, "first": 20 }

      }

      Steps to Reproduce

      1. Open an issue and click Edit parent menu

      Expected Results

      It should not take 10 seconds to load just a few issues.

      Actual Results

      It is taking ~7-11 seconds to load parent fields.

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

            Assignee:
            Unassigned
            Reporter:
            Wagner Santos (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: