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: How the 'Release' filter in Rally is implemented?
264 Views Asked by Sunny At
2
There are 2 best solutions below
0
Hemal Trivedi
On
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.
Related Questions in RELEASE
- SVN - folder checkout and merges
- Gradle Build Failure
- Cordova debug.apk works fine, but signed version crashes
- OpenGL program works only in Debug mode in Visual Studio 2013
- Access location 0xFFFFFFFFF crash between x64 and Win32 configuration
- Error while build boost release
- Lock screen notification automatically releases lock when it is tapped
- Programmatically triggered Bamboo plans
- Google Play App Store icon rules
- How to change SHA1 fingerprint in an android app
- Undo git push mirror
- Monolith git repo vs micro repos
- Throwing: 'Could not load file or assembly error' when I run my application release .exe
- Occasionally crash with _nano_malloc_check_clear
- How do I create an installer for a new release?
Related Questions in RALLY
- Feature Card Printer using Rally SDK 2
- Using and configuring the Rally Git Connector with Atlassian stash
- How to save value in ComboBox after refreshing the Rally Dashboard
- Extjs Store to Array get object property
- Locating the legend in Release Burndown Chart Code
- Permissions error creating rally milestone when using API Key
- Rally burndown chart pulled programmatically
- Wildcard filtering for Defects
- Rally Pyral API Key Proxy Issue
- Is there a way to query when the latest rally milestone revision occurred with rallyrestapi?
- RallyChart Pie - Is there a way to consolidate data labels?
- Request for Existing Source Code on Defect Trend App
- Selection/Deselection of Projects in Settings - Customizable?
- Retrieve Project Name
- Rally: get Task Remaining Total
Related Questions in USER-STORIES
- VSTS Query of Work Items assigned to a team -- teams identified by Area Paths
- An example outline of a spike (in agile modelling)
- How do describe a simple process in Gherkin-style?
- JBehave how to fail all stories
- How to write User Stories for technical implementation details?
- How to breakdown a business process workflow into user stories
- Given When Then Testing - Do I NEED a "When"?
- Measuring scale for story points in Scrum framework
- Functional Software Requirement Specification (FSRS) & Agile development
- In Scrum, where are detailed requirements captured?
- Use cases and user stories in TFS 2010
- User input of program feature request in TFS2010
- User Stories for shared code and libraries
- Rally: How the 'Release' filter in Rally is implemented?
- Breaking a project's first User Story in to tasks
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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.