Hi All,
I'm new to Jira XRAY, kindly help me with my question.
I have a test plan with 300 test cases.
I'm able to use the graphQl mutation to fetch the first 100 test cases associated to a test plan, but how to get next 100 test associated to the test plan
Hi @494vish
In these cases, you need to add the argument "start" and execute the request for the next 100 results starting after the previous results.
Example:
getTests (jql: "project = 'AAA' ", limit: 100, start: 101)
With the above, you should be able to return the next 100 results, starting at issue 101 and so on.
For more information on the graphQL, please refer to the documentation https://xray.cloud.xpand-it.com/doc/graphql/
Kind regards,
Rogério Paiva [Xray Support Team]
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.