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");
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.