Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Check if field value is updated

Lander Albrecht May 15, 2020

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?

 

 

1 answer

1 accepted

0 votes
Answer accepted
V Sharmendra May 15, 2020

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");

Suggest an answer

Log in or Sign up to answer