When editing a fixversion (changing the name), the issue shows the name but issues with that fixversion are not update. Which means that triggers when updating an issue are not happening en different fixversions appear.
How can I check if the name of a fixversion has changed so i can update other fields?
If you only want to check if fixedversion has changed, then look at ChangeHistory using changeHistoryManager for Fixed Version.
For example,
List myListofChangedItems= changeHistoryManager.getChangeItemsForField(issue, "Fix Version");
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.