0
votes

This has likely come up before but I didnt have any luck finding it, is there a good way to pull a list of user stories associated with a release into an xml datasource?

Something like this (but this doesnt work) https://rally1.rallydev.com/slm/webservice/1.33/hierarchicalrequirement?(release = somerelease)&fetch=true&pagesize=200

2

2 Answers

0
votes

You're close with your query. You need to add the query parameter and query against Release.Name, something like this:

https://rally1.rallydev.com/slm/webservice/1.35/HierarchicalRequirement
?fetch=true
&query=(Release.Name = "my release name")