Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
None
-
None
-
None
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