Copy Partial Project isn't workingIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Copy Partial Project functionality doesn't work as expected (nothing is copied). Release Kingston Patch 8 Cause Original start date and Original end date field values are missing on Projects and associated Project tasks. Resolution As described the behavior seen is due to some null field values on PRJ0010000. From the following link, please have the user add the Original start date and Original end date columns to the list-view. Note how they are empty/null: /pm_project_list.do?sysparm_query=numberSTARTSWITHPRJ0010000There are also child Project tasks which do not hold values in these columns either: /pm_project_task_list.do?sysparm_query=parent.numberSTARTSWITHPRJ0010000%5Eschedule_end_dateISEMPTY%5Eschedule_start_dateISEMPTYDue to the null value(s) in those columns, an error is being thrown in the logs which says:Default-thread-6 AC640917136523808E8F3FF18144B05A txid=50cd011713a5 SEVERE *** ERROR *** PlannedTaskAPI: Unable to Update the Realtion : nullAs the affected Project (PRJ0010000) was created more than 30 days ago, it is not possible to determine the cause of this (the root cause would have been in the logs, which are expunged about every 21-28 days). To remedy this behavior and restore the functionality of "Copy Partial Project", please have the user update the Original start date and Original end date fields for both the Project and all associated Project tasks. It may be more prudent for the user to write a script to update these accordingly (depending on how many records are affected).