@ExperimentalSpi public interface UserNameChangeHandler extends AnonymizationHandler<UserPropertyChangeParameter>
Those extension points are executed as the third step of the user anonymization process, after UserAnonymizationHandler.
Any errors returned by the implementations will not stop the process.
To register an instance of this handler to be executed by Jira, implement this interface and add
an user-name-change-handler module to the atlassian-plugin.xml, e.g.:
<user-name-change-handler key="my-user-name-change-handler" class="com.example.UserNameChangeHandlerImpl"
name="My user name change handler" application="jira" />
getAffectedEntities, getNumberOfTasks, updateCopyright © 2002-2021 Atlassian. All Rights Reserved.