In short I am automating for when a fix version is changed on a story it updates the fix version on the subtasks/test cases. I only want to do this though, if the fix version before the updated one matches the fix version of the subtask/test case.
I provided pictures of the process. I do not need help with the process. I need help actually getting that previous value as {{fieldChange.fromString}} continues to return null.
Here is what the log is logging for more context.
All field changes: ChangeItemBean{field='Fix Version', fieldType='jira', from='null', fromString='null', to='13665', toString='2024.04.28'} From string: From name: To string: 2024.04.28 To name:
