You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.