@Service public class ClassicEpicLabelCustomFieldProvider extends AbstractDefaultCustomFieldProvider
Modifier and Type | Field and Description |
---|---|
static String |
CLASSIC_EPIC_LABEL_FIELD_DESC |
static String |
CLASSIC_EPIC_LABEL_FIELD_NAME |
static CustomFieldMetadata |
CUSTOMFIELD_METADATA
the meta-data needed to define the custom field in JIRA
|
customFieldMetadata, customFieldService, jiraAuthenticationContext, log
Constructor and Description |
---|
ClassicEpicLabelCustomFieldProvider(CustomFieldService customFieldService,
com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext,
com.atlassian.jira.config.ReindexMessageManager reindexMessageManager,
com.atlassian.beehive.compat.ClusterLockService clusterLockService,
ManagedFieldPropertyDao managedFieldPropertyDao) |
Modifier and Type | Method and Description |
---|---|
protected Long |
getStoredCustomFieldId() |
protected void |
setStoredCustomFieldId(Long id)
Persist the custom field ID for later retrieval
|
afterFieldIsProduced, doesDefaultFieldExist, getOrCreateDefaultField
public static final String CLASSIC_EPIC_LABEL_FIELD_NAME
public static final String CLASSIC_EPIC_LABEL_FIELD_DESC
public static final CustomFieldMetadata CUSTOMFIELD_METADATA
@Autowired public ClassicEpicLabelCustomFieldProvider(CustomFieldService customFieldService, com.atlassian.jira.security.JiraAuthenticationContext jiraAuthenticationContext, com.atlassian.jira.config.ReindexMessageManager reindexMessageManager, com.atlassian.beehive.compat.ClusterLockService clusterLockService, ManagedFieldPropertyDao managedFieldPropertyDao)
@Nullable protected Long getStoredCustomFieldId()
getStoredCustomFieldId
in class AbstractDefaultCustomFieldProvider
protected void setStoredCustomFieldId(@Nullable Long id)
AbstractDefaultCustomFieldProvider
setStoredCustomFieldId
in class AbstractDefaultCustomFieldProvider
id
- the custom field IDCopyright © 2007–2025 Atlassian. All rights reserved.