English 中文(简体)
Rally: How the Release filter in Rally is implemented?
原标题:

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.

问题回答

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.

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.





相关问题
jQuery code behaves differently in Debug vs. Release mode

I am developing a website where I am using a tabs implementation with jQuery. In Debug mode, all runs fine, I spent the entire day developing it, and when I was about to deploy to the live site and I ...

Perform a maven patch release

Is it possible to perform a patch release in maven? I would like to create a jar containing only one class which I have changed since the release.

"Points to Consider" before releasing a .NET Product Beta

I am planning to release a .NET product as Beta in the next couple of weeks. I want to know what points should be considered before releasing a product. I think the following needs to be taken care of:...

How do other development teams approach version numbers?

Our application is quite mature, and thus we are up to version 16. However, this can give the impression that the software is old and out of touch (how many commercial applications are there with a ...

热门标签