When an issue is edited via the issue UI's inline edit, the custom field does not sync with the updated value, I have to hit the refresh button everytime to reflect the value.
I have thee fields.
Field-A - Expenses
Field-B - Total Expenses
Field-C - Remaining amount. (This is a scripted field with a script listener function that subtracts the value from the Total expenses)
In my case, when I enter a number in Field-A, that value sums with Field B and changes instantly, however, the remaining amount does not. I have to refresh the screen every time I want to check the value.
Could someone possibly assist me in obtaining a listener or behavior script to accomplish this?
Thanks in advance.