@ExperimentalSpi public interface UserKeyChangeHandler 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-key-change-handler
module to the atlassian-plugin.xml, e.g.:
<user-key-change-handler key="my-user-key-change-handler" class="com.example.UserKeyChangeHandlerImpl"
name="My user key change handler" application="jira" />
getAffectedEntities, getNumberOfTasks, update
Copyright © 2002-2021 Atlassian. All Rights Reserved.
View cookie preferences