@ExperimentalSpi public interface UserAnonymizationHandler extends AnonymizationHandler<UserAnonymizationParameter>
This extension point is executed as the second step of the user anonymization process, after OwnershipTransferParameter.
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-anonymization-handler module to the atlassian-plugin.xml, e.g.:
<user-anonymization-handler key="my-user-anonymization-handler" class="com.example.UserAnonymizationHandlerImpl"
name="My user anonymization handler" application="jira" />
getAffectedEntities, getNumberOfTasks, updateCopyright © 2002-2019 Atlassian. All Rights Reserved.