Impact:
This issue affected workflows relying on default values during card creation. Due to a bug, default values were not sent from the front end to the backend, resulting in incomplete or inaccurate data being stored in the affected cards.
Root Cause:
A frontend bug in the system failed to include default values in the payload during card creation.
Resolution:
- A fix was developed and deployed to production.
- Since this is a frontend code change, the fi...