You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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]
The manager’s daily activities include a list of challenges to reach high levels of efficiency for their teams. Part of these challenges is related to how to deal with the worklog systems sin...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.