Hi Jira team,
I am trying to get all the Xray tests for a Project using Graphql query. This project has more than 100 tests. When I try to get the tests I am getting the below error. Please advice or help in this.
{
"errors": [
{
"message": "Invalid value for limit, the value must be between 1 and 100."
}
]
}
You need to give it a limit in your call, because XRay needs to know where to stop (and not overload the server).
There is currently a limit of 100, If I go more than 100 then the above error is thrown.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that's because it is written to stop you going over the limit so you don't cripple your server. You need to put the limit into your REST call.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.