Tagged Questions
2
votes
1answer
83 views
RallyRestApi Cannot parse object reference from hierarchicalrequirement
I'm using the Rally.RestApi.dll to create a set of task against a user story (US). The US already exists within rally so I want to create a set of template tasks against this.
Using the following ...
1
vote
2answers
66 views
Rally: Output from query to a file
Sorry, new to Rally coding, java, etc. I need to have a query showing tasks that are open output to a file so I can put it directly into somthing like OneNote. I have the sample code to get the ...
1
vote
2answers
2k views
Can you GET Rally API requirements, defects, and all tasks with one query
Currently I have to make multiple GETs to receive all the information which I need
User Story: FormattedID, _refObjectName, State, Owner._refObjectName
Tasks for each User Story: FormattedID, ...