Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

347
Views
Not able to read all the child project user stories from Parent project in Rally Rest Toolkit for Java

I was trying to read all the user stories(including child project user stories) from a parent project using the java toolkit. But its not reading all the user stories

below is my code snippet QueryRequest existUserStoryRequest = new QueryRequest("HierarchicalRequirement"); existUserStoryRequest.setFetch(new Fetch(new String [] {"FormattedID","Name","Attachments"})); existUserStoryRequest.setProject(projectOID); existUserStoryRequest.setScopedDown(true); existUserStoryRequest.setLimit(3000); existUserStoryRequest.setScopedUp(true); QueryResponse userStoryQueryResponse = restApi.query(existUserStoryRequest);

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Are you getting any errors? Part of the problem may be related to the way you are setting scoping- it needs to be a ref rather than an oid...

existUserStoryRequest.setProject("/project/" + projectOID);
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!