Release Percent completion not displaying the expected amount. Issue The complete percentage is not showing the expected amount on Release records. CauseThe logic used to roll up the percent to the parent record, is adding the planned duration of all the child task. This will give you the total amount of Days/duration divided by the completed days/duration of the planned duration x 100. (completed duration / total duration) X 100 = percentage. The platform does not update the percent complete field unless the state is close complete which moves the percent to 100 for that record. Any other state such as close skipped is not accounted for and the precent will not update. ResolutionExample we have Release record with 3 phases with 10 phase task in total. * = closed complete First phase task has a planned duration of 72 days.Second phase task has a planned duration of 21 days. *Third phase task has a planned duration of 51 days.Fourth phase task has a planned duration of 95 days. *Fifth phase task has a planned duration of 33 days. *6th phase task has a planned duration of 15 days.7th phase task has a planned duration of 26 days. *8th phase task has a planned duration of 19 days.9th phase task has a planned duration of 45 days.10th phase task has a planned duration of 65 days.*This give us a total of 442 days.Phase task that are closed complete are updated to 100 percent complete. The five phase task that are complete are 2nd,4th,5th,7th and 10th.This give us a completed planned days of 240.240/442 = 0.5429 X 100 = %54.29