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

As a user, It should be possible to iterate over second level of GraphQL

    XporterXMLWordPrintable

Details

    • Suggestion
    • Status: New
    • Resolution: Unresolved
    • None
    • None
    • GraphQL
    • None
    • UNCOVERED

    Description

      As a user, It should be possible to iterate over second level of GraphQL.

      Example:

      {{
              getTestPlans(jql: "key = {}", limit: 1, start: 0) {{
                  total
                  start
                  limit
                  results {{
                      issueId
                      jira(fields: ["summary", "key", "status"])
                      testExecutions(jql = "ORDER BY created DESC", limit: 5) {{
                          total
                      }}
                  }}
              }}
          }}
      

      Possibility to order or define from where to start the testExecutions. Client wanted the last 5 test executions from each Test Plan

      Attachments

        Activity

          People

            joana.fonseca Joana Fonseca
            lpss Luis Sousa
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: