Guest User

Untitled

a guest
Feb 18th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. QueryResult result = null;
  2. Request request = new Request(objectType);
  3. request.Workspace = "/workspace/" + workspaceID;
  4. request.Limit = limit;
  5. request.Start = startIndex;
  6. request.ProjectScopeDown = false;
  7. request.ProjectScopeUp = false;
  8. result = rally.Query(request);
Add Comment
Please, Sign In to add comment