-
Type:
Suggestion
-
Resolution: Timed out
-
Component/s: Work Item - Hierarchy and Parenting
-
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 }\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":
}
Steps to Reproduce
- 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
- is related to
-
JRACLOUD-92248 Parent field searching performance is slow in some cases
-
- Closed
-
- relates to
-
JPO-27234 Loading...