集会:如何“释放” Rally 中的过滤器实现了吗?
如果计划在选定版本中发布其任何子故事(或更多子故事),我们需要确定要在选定版本下考虑的顶级故事。有价值的回复会有很大帮助。
We need to determine a top level story to be considered under a selected release if any of its child (or further child stories) are scheduled to be released in the selected release. Valuable replies would greatly help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Rally 的 WSAPI 没有一种简单的方法来计算父故事级别的子故事的聚合信息。
为了确定父故事属于哪个版本,您需要根据子故事来确定。
在这个问题中有关于如何做到这一点的不错的讨论。
Rally's WSAPI does not have an easy way to figure out aggregate information of children at the parent story level.
In order to determine which release(s) a parent story is in you will need to figure it out based upon the children stories.
There is a decent discussion of how to do this located in this question.
试试这个应用程序:http://developer.rallydev.com/help/epic-progress-app
它可能无法满足您的确切要求,但大多数代码都是有用的,您可以对其进行调整以满足您的要求。
Try this app: http://developer.rallydev.com/help/epic-progress-app
It might not meet your exact requirements, but most of the code will be useful and you can tweak it to match your requirements.