Schedule fields of Defect and Enhancement not updatingIssue When using records/tables such as Enhancement (rm_enhancement) or Defect (rm_defect) you aren't seeing the updates to child tasks/records rollup or recalculate their Planned dates to their parents. For example, you have an Enhancement record (parent) and create a Release Task (child). You update the Planned Start and or end dates of the Release Task and save, but don't see those updates rollup to the parent Enhancement record.CauseOOB, there are numerous Project or Agile (Planned Task) related tables that are NOT included in recalculation/roll-up of date values/financial updates. Anything that would be contained within the Recalculation business rule on the planned_task table. In short, if a table exists on the planned_task_recalculation_exclusions table, it will not be included in recalculation (of dates primarily). Regarding the above example, while Enhancement is NOT on this list, if any child record/task is added that IS on the table, that parent/child relationship will not include recalculation. Tables that are included (not limited to) in the planned_task_recalculation_exclusions table: rm_defectsn_safe_storysn_safe_programrm_storydmn_requirementrm_sprintrm_scrum_taskrm_docdmn_decisionsn_safe_program_sprintsn_safe_sprintsn_safe_epicsn_safe_featuresn_safe_program_incrementsn_safe_scrum_taskrm_testrm_release_scrumrm_epicResolutionAny tables you wish to include in planned task recalculation (date roll-up) should be REMOVED from the planned_task_recalculation_exclusions table Navigate to planned_task_recalculation_exclusions.listLocate the table you wish to include in RecalculationRemove that table name from the planned_task_recalculation_exclusions table list (aka, for rm_defect, you could check it and delete it from the planned_task_recalculation_exclusions table)Conversely, if you wish to prevent or exclude a table/record from Recalculation, click NEW and add the table you wish to exclude