Declare expression does not update exposed column
We created a declare expression which updates and optimized property in our work items when the pyStatusWork of its child work items changes.
When the declare expression triggers, the correct value is always written in the clipboard, while it is not updated in the database.
The value is correctly written in the database only when the change of the child status is triggered by a button on the parent work item.
How can we solve this issue?