Rally percent done by story count and plan estimate color coding algorithm
问题 Related to Progress Bars for Portfolio Items, but now we have the SDK 2.0 Is there a way to see the algorithm for displaying percent done by story count and percent done by story plan estimate? I have an attempt which is close, and works in most cases, but sometimes when I compare it to the actual information in rally, the colors differ. I would like this to be consistent for my app: if (recordData.PercentDoneByStoryPlanEstimate === 1) { //All work has been accepted return App.colorCodes.grey