Manually added group approvals are not being set to "approved" on change requestIssue <!-- 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 If you have an approval coordinator that has manual approver activity and adding manual approver groups on the change request will set the state of the manual group approvers to "requested". But as soon as all the related approvers (coming from manually added group approvers) were approved it will not change the state of group approvals to "approved" you will still see it as requested. Release Jakarta and Kingston Cause This is an expected behavior based on the prb's (PRB1115684) engineer details - The criteria for the manual approval is that an approver exists and that it is in the status of not requested when the activity starts. If a manual approval is in an approval coordinator it could be restarted if a new Approver is added and the Coordinator is still executing. This was a bug in Helsinki and fixed in Jakarta. We will add a property to enable this behavior or letting a manual approval to restart when in a coordinator. You will be able to reproduce the scenario in OOB Kingston. Resolution If you want manual approvers to be picked up and recognized please add below property to the instance and set the value to true, Under system properties > click on "all properties" > click on "new" Name - glide.manual.approval.pickup_on_update type - true/false value to true. Additional Information PRB - PRB1115684, please go through the prb for more details.