Rally - Portfolio Items: When should the Percent Done progress bars update?
book
Article ID: 144455
calendar_today
Updated On:
Products
Rally On-Premise
Issue/Introduction
In Rally, when updating several child stories with (Plan Est) which are parented by a Feature to Accepted, the Percent Done by Story Count and Percent Done by Story Plan Estimate progress bars are not updating right away.
Environment
RALLY SAAS; AGILE CENTRAL SAAS;
Resolution
The job to update % stories complete on any Portfolio Item is a background process that runs on the application servers and generally appears to the end user to be near real-time. In the background what is happening is that state change data is passed to a queue when a story is marked complete and a process reads from that queue to update the data displayed on the UI. At most it should take a matter of minutes to update the rollups and display the percent done on features.