Rally Rest API Query Project not returning all Projects -


I have been using this function for some time, but it has recently broken. When I ask for all the projects, I do not get all this. Some are parents and there are some child projects and all projects are open in the workspace. When I use the example of the rally, but I do not get it with Netscape, then I get it all. I do not see any difference between the projects, which will not be visible in my query. I am using Ver 1.43 but it is similar in Ver 2.0.

  Request Requests = New Request ("Project"); // Stackor Reich Fetch = Fetch: Get a list of fetch items from ListFrostrest (typef (Strict_proffectField)); // Query query query protected qr = restAPI.Query (req);   

thanks

If you request? You can eventually exceed the maximum page size and therefore all projects may not return.

  req.Limit = 1000;    

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -