Description
Currently, the FolderResults GraphQL resolver only returns a numerical count of issues (issuesCount) within each folder. However, this forces clients to make additional calls using getTests to obtain the actual issue identifiers (issueId), which is highly inefficient due to recent Jira API limitations that removed support for startAt.
Â
This enhancement avoids unnecessary client-side iteration using getTests, which is now much slower due to the removal of startAt in Jira APIs. It enables scalable folder traversal and automation in large projects with thousands of tests. It supports customers with performance-sensitive automation pipelines and CI/CD integration.
Attachments
Issue Links
- relates to
-
XRAYCLOUD-8530 Performance degration after release of 4.12.4
-
- Blocked
-