Class IssueHistoryCustomFieldUserKeyChangeHandler
java.lang.Object
com.atlassian.jira.user.anonymize.handlers.key.IssueHistoryUserKeyChangeHandler
com.atlassian.jira.user.anonymize.handlers.key.IssueHistoryCustomFieldUserKeyChangeHandler
- All Implemented Interfaces:
AnonymizationHandler<UserPropertyChangeParameter>
,UserKeyChangeHandler
Anonymization of single user picker custom fields in issue history
- Since:
- v8.4
-
Field Summary
FieldsFields inherited from class com.atlassian.jira.user.anonymize.handlers.key.IssueHistoryUserKeyChangeHandler
jiraAuthenticationContext, queryDslAccessor
Fields inherited from interface com.atlassian.jira.user.anonymize.AnonymizationHandler
DEFAULT_NUMBER_OF_TASKS
-
Constructor Summary
ConstructorsConstructorDescriptionIssueHistoryCustomFieldUserKeyChangeHandler
(JiraAuthenticationContext jiraAuthenticationContext, QueryDslAccessor queryDslAccessor, DatabaseAccessor databaseAccessor, int stepNumber) -
Method Summary
Methods inherited from class com.atlassian.jira.user.anonymize.handlers.key.IssueHistoryUserKeyChangeHandler
getAffectedEntities, getAffectedEntitiesIds, getBaseQuery, getInfos, getNumberOfTasks, update, updateCustomField
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.user.anonymize.AnonymizationHandler
validateBusinessLogic
-
Field Details
-
ENTITY_NAME
- See Also:
-
-
Constructor Details
-
IssueHistoryCustomFieldUserKeyChangeHandler
public IssueHistoryCustomFieldUserKeyChangeHandler(JiraAuthenticationContext jiraAuthenticationContext, QueryDslAccessor queryDslAccessor, DatabaseAccessor databaseAccessor, int stepNumber)
-