Class TerminologyEntryChangedEvent

java.lang.Object
com.atlassian.jira.i18n.terminology.AbstractTerminologyEvent
com.atlassian.jira.i18n.terminology.TerminologyEntryChangedEvent

@Immutable @ParametersAreNonnullByDefault public final class TerminologyEntryChangedEvent extends AbstractTerminologyEvent
This event is fired when terminology has been changed.

That means all occurrences of originalName will be visible as newName and newNamePlural instead of oldName and oldNamePlural.

In Jira Data Center the event is published only for changes done on current Jira node.

Since:
v8.14