Class GroupCustomFieldIndexer

java.lang.Object
com.atlassian.jira.search.issue.index.indexers.impl.BaseCustomFieldIndexer
com.atlassian.jira.search.issue.index.indexers.impl.GroupCustomFieldIndexer
All Implemented Interfaces:
CustomFieldIndexer, FieldIndexer, FieldWithVisibilityIndexer

public class GroupCustomFieldIndexer extends BaseCustomFieldIndexer implements FieldWithVisibilityIndexer
A simple custom field indexer for group custom fields

This indexer is not utilized within Jira, as both single and multiple group picker custom fields rely on the MultiGroupCustomFieldIndexer. However, it is still in use by ScriptRunner, so it should not be removed.

Since:
10.6