Error MessageUnique Key violation Issue When updating a story state to complete, an error shows:Error MessageUnique Key violation detected by database ((conn=xxxxxx) Duplicate entry 'xxxxxxxxxxxxxxxxxxxxxxxxxxx' for key 'PRIMARY') ReleaseParisCauseCustom business rule Update_Enhancement causing issue. This custom BR has current.enhancement in it which is causing the system to update the enhancement even though the details are already entered, causing the duplicate entry. *Most custom business rules that have current.update, current.insert function in the same way and isn't suggested best practice as this will cause the system to try and enter duplicate entries.ResolutionUpdate the custom code not to update a value that already exists, on insert or update.