Uploaded image for project: 'Xray for Jira Cloud'
  1. Xray for Jira Cloud
  2. XRAYCLOUD-8772

As a User using FolderResults in Xray Cloud, I want to retrieve a list of issueIds for each folder in addition to the issuesCount.

    XporterXMLWordPrintable

Details

    • Suggestion
    • Status: New
    • Resolution: Unresolved
    • None
    • None
    • GraphQL, REST API
    • Standard
    • UNCOVERED

    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

          Activity

            People

              joana.fonseca Joana Fonseca
              francisco.fonseca Francisco Fonseca
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: